Reverting back
diff --git a/nlsr-sync-0.0/nlsr_sync.c b/nlsr-sync-0.0/nlsr_sync.c
index f02fe8a..22156c4 100644
--- a/nlsr-sync-0.0/nlsr_sync.c
+++ b/nlsr-sync-0.0/nlsr_sync.c
@@ -88,7 +88,7 @@
 
 	struct ccn_charbuf *content_name = ccn_charbuf_create();
 	res = ccn_name_append(content_name, name->buf, name->length);
-	res = ccn_name_split (name, components);
+	res = ccn_name_split (content_name, components);
 
 	printf("Res = %d \n",res);
 	ccn_charbuf_destroy(&content_name);