We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c9947 commit 7250301Copy full SHA for 7250301
components/net/sal/impl/af_inet_at.c
@@ -31,7 +31,7 @@ static int at_poll(struct dfs_file *file, struct rt_pollreq *req)
31
struct at_socket *sock;
32
struct sal_socket *sal_sock;
33
34
- sal_sock = sal_get_socket((int) file->data);
+ sal_sock = sal_get_socket((int)file->vnode->data);
35
if(!sal_sock)
36
{
37
return -1;
0 commit comments