commit | 4461c0d4f11015c96af671cda38e948ed5814c88 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Thu Jan 31 17:32:13 2013 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Thu Jan 31 17:32:13 2013 -0600 |
tree | 4093c96c96cd15a578fe592ba192c9e51a32064d | |
parent | 6c2f60a133daf32b52ccdcd1e48f9d0763a2c8b2 [diff] |
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);