Ooops, passing NULL argument don't make net_stack_tester API... sorry, happy! ;-)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6486 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2004-02-03 11:17:07 +00:00
parent 8f975d5e5f
commit f80b17f6ff
@@ -453,7 +453,7 @@ net_server_deselect(void *cookie, uint8 event, selectsync *sync)
memset(&args, 0, sizeof(args));
args.notify_port = -1; // stop notifying
args.cookie = cookie; // for sanity check
status = execute_command(nsc, NET_STACK_NOTIFY_SOCKET_EVENT, NULL, -1);
status = execute_command(nsc, NET_STACK_NOTIFY_SOCKET_EVENT, &args, sizeof(args));
};
// unlock the selecters list