aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fs/gnunet-publish.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 5aaf362d9..2021a9816 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -541,6 +541,7 @@ run (void *cls,
541 } 541 }
542 } 542 }
543 emsg = NULL; 543 emsg = NULL;
544 GNUNET_assert (NULL != args[0]);
544 if (0 != STAT (args[0], &sbuf)) 545 if (0 != STAT (args[0], &sbuf))
545 { 546 {
546 GNUNET_asprintf (&emsg, 547 GNUNET_asprintf (&emsg,