Index: uspace/srv/rd/rd.c
===================================================================
--- uspace/srv/rd/rd.c	(revision b74959bd4f5b3c25215165e16f18a594cc56d741)
+++ uspace/srv/rd/rd.c	(revision efd4a72e4269c80f58dd46c4cf9e8d15c55eac52)
@@ -212,5 +212,5 @@
 		
 		/* Register service at nameserver */
-		if (ipc_connect_to_me(PHONE_NS, SERVICE_RD, 0, &phonead) != 0)
+		if (ipc_connect_to_me(PHONE_NS, SERVICE_RD, 0, 0, &phonead) != 0)
 			return -1;
 		
