Index: uspace/srv/ns/clonable.c
===================================================================
--- uspace/srv/ns/clonable.c	(revision 9cfbf2fc181e543945d1810f24daf11e0311be60)
+++ uspace/srv/ns/clonable.c	(revision 566992e1d4649f5d2bb5e0b4c2843589efcd9fb3)
@@ -64,5 +64,5 @@
 bool service_clonable(service_t service)
 {
-	return (service == SERVICE_LOAD);
+	return (service == SERVICE_LOADER);
 }
 
@@ -89,5 +89,5 @@
 	
 	/* Currently we can only handle a single type of clonable service. */
-	assert(csr->service == SERVICE_LOAD);
+	assert(csr->service == SERVICE_LOADER);
 	
 	ipc_answer_0(callid, EOK);
@@ -113,5 +113,5 @@
     ipc_callid_t callid)
 {
-	assert(service == SERVICE_LOAD);
+	assert(service == SERVICE_LOADER);
 	
 	cs_req_t *csr = malloc(sizeof(cs_req_t));
