aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-21 16:38:16 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-21 16:38:16 +0100
commitdc96fd3cca731a3e47f4759078e8aa29fe21486e (patch)
treeaef920a424ce0da98903fcdbe086a1140aedcf99
parent5a7f29f11e20bfdd5292388487907812fba1142a (diff)
downloadgnunet-dc96fd3cca731a3e47f4759078e8aa29fe21486e.tar.gz
gnunet-dc96fd3cca731a3e47f4759078e8aa29fe21486e.zip
-init uninit
-rw-r--r--src/fs/test_fs_uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_uri.c b/src/fs/test_fs_uri.c
index 30eafab9a..aac7b1b97 100644
--- a/src/fs/test_fs_uri.c
+++ b/src/fs/test_fs_uri.c
@@ -80,7 +80,7 @@ testLocation ()
80 char *uric; 80 char *uric;
81 struct GNUNET_FS_Uri *uri2; 81 struct GNUNET_FS_Uri *uri2;
82 struct GNUNET_FS_Uri *baseURI; 82 struct GNUNET_FS_Uri *baseURI;
83 char *emsg; 83 char *emsg = NULL;
84 struct GNUNET_CRYPTO_EddsaPrivateKey pk; 84 struct GNUNET_CRYPTO_EddsaPrivateKey pk;
85 85
86 baseURI = 86 baseURI =