diff options
Diffstat (limited to 'net/ipx/af_ipx.c')
-rw-r--r-- | net/ipx/af_ipx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipx/af_ipx.c b/net/ipx/af_ipx.c index cf56df492..904fa1174 100644 --- a/net/ipx/af_ipx.c +++ b/net/ipx/af_ipx.c @@ -1713,7 +1713,7 @@ static int ipx_getsockopt(struct socket *sock, int level, int optname, static int ipx_create(struct socket *sock, int protocol) { struct sock *sk; - sk=sk_alloc(AF_IPX, GFP_KERNEL); + sk=sk_alloc(AF_IPX, GFP_KERNEL, 1); if(sk==NULL) return(-ENOMEM); switch(sock->type) |