aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-06 14:55:27 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-06 14:55:27 +0000
commit48f89e668ca47d4538df015d1d6d309c4a0595ea (patch)
treeaf8e7936031679008b4d5c24ec94d9dcd496040b /src/fs/fs_uri.c
parentb81a3fc0374acebbbba206ab255fe33ed811e2a5 (diff)
downloadgnunet-48f89e668ca47d4538df015d1d6d309c4a0595ea.tar.gz
gnunet-48f89e668ca47d4538df015d1d6d309c4a0595ea.zip
-fixes
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index f3340ee5e..9d8691b76 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -949,6 +949,7 @@ GNUNET_FS_uri_sks_create (struct GNUNET_FS_Namespace *ns, const char *id,
949 *emsg = GNUNET_strdup (_("identifier has zero length!")); 949 *emsg = GNUNET_strdup (_("identifier has zero length!"));
950 return NULL; 950 return NULL;
951 } 951 }
952 *emsg = NULL;
952 ns_uri = GNUNET_malloc (sizeof (struct GNUNET_FS_Uri)); 953 ns_uri = GNUNET_malloc (sizeof (struct GNUNET_FS_Uri));
953 ns_uri->type = GNUNET_FS_URI_SKS; 954 ns_uri->type = GNUNET_FS_URI_SKS;
954 GNUNET_FS_namespace_get_public_identifier (ns, &ns_uri->data.sks.ns); 955 GNUNET_FS_namespace_get_public_identifier (ns, &ns_uri->data.sks.ns);