Index: uspace/srv/bd/part/guid_part/guid_part.c
===================================================================
--- uspace/srv/bd/part/guid_part/guid_part.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
+++ uspace/srv/bd/part/guid_part/guid_part.c	(revision abf2dfde554829308532f8d95a182c0db6fcf54c)
@@ -185,5 +185,5 @@
 
 	/* Register server with location service. */
-	async_set_client_connection(gpt_connection);
+	async_set_fallback_port_handler(gpt_connection, NULL);
 	rc = loc_server_register(NAME);
 	if (rc != EOK) {
Index: uspace/srv/bd/part/mbr_part/mbr_part.c
===================================================================
--- uspace/srv/bd/part/mbr_part/mbr_part.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
+++ uspace/srv/bd/part/mbr_part/mbr_part.c	(revision abf2dfde554829308532f8d95a182c0db6fcf54c)
@@ -235,5 +235,5 @@
 
 	/* Register server with location service. */
-	async_set_client_connection(mbr_connection);
+	async_set_fallback_port_handler(mbr_connection, NULL);
 	rc = loc_server_register(NAME);
 	if (rc != EOK) {
