Index: uspace/lib/c/generic/net/modules.c
===================================================================
--- uspace/lib/c/generic/net/modules.c	(revision f1938c6a0868df384a77e996a1b661825126d1bf)
+++ uspace/lib/c/generic/net/modules.c	(revision 11bb813d918c589244ca53f1bbe7b347f1b8ed3f)
@@ -145,5 +145,6 @@
 		sysarg_t phonehash;
 		
-		rc = ipc_connect_to_me(phone, arg1, arg2, arg3, &phonehash);
+		rc = ipc_connect_to_me(phone, arg1, arg2, arg3, NULL,
+		    &phonehash);
 		if (rc != EOK) {
 			ipc_hangup(phone);
