--- ./net/netlink/af_netlink.c.nlfix 2006-01-06 18:37:28.000000000 +0300 +++ ./net/netlink/af_netlink.c 2006-01-09 16:40:49.000000000 +0300 @@ -416,7 +416,7 @@ static int netlink_create(struct socket groups = nl_table[protocol].groups; netlink_unlock_table(); - if ((err = __netlink_create(sock, protocol) < 0)) + if ((err = __netlink_create(sock, protocol)) < 0) goto out_module; nlk = nlk_sk(sock->sk);