aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-23 08:20:01 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-23 08:20:01 +0000
commit30a97db21ef69a23348edf56fa0c93c5062b8868 (patch)
treef733e3bffa7c9f573272c243e39ee81d7a0aac5b /src/fs/gnunet-publish.c
parent807da33f44a415ddceda1feffd33b047557b0447 (diff)
downloadgnunet-30a97db21ef69a23348edf56fa0c93c5062b8868.tar.gz
gnunet-30a97db21ef69a23348edf56fa0c93c5062b8868.zip
-fix SKS publishing in simulate-only mode
Diffstat (limited to 'src/fs/gnunet-publish.c')
-rw-r--r--src/fs/gnunet-publish.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 12d9a6084..f192a0a90 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -448,7 +448,8 @@ uri_sks_continuation (void *cls, const struct GNUNET_FS_Uri *sks_uri,
448 * @param emsg error message, NULL on success 448 * @param emsg error message, NULL on success
449 */ 449 */
450static void 450static void
451uri_ksk_continuation (void *cls, const struct GNUNET_FS_Uri *ksk_uri, 451uri_ksk_continuation (void *cls,
452 const struct GNUNET_FS_Uri *ksk_uri,
452 const char *emsg) 453 const char *emsg)
453{ 454{
454 const struct GNUNET_CRYPTO_EcdsaPrivateKey *priv; 455 const struct GNUNET_CRYPTO_EcdsaPrivateKey *priv;