projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d1358a
)
-fix
author
Christian Grothoff
<christian@grothoff.org>
Fri, 23 Dec 2011 15:07:26 +0000
(15:07 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 23 Dec 2011 15:07:26 +0000
(15:07 +0000)
src/fs/gnunet-publish.c
patch
|
blob
|
history
diff --git
a/src/fs/gnunet-publish.c
b/src/fs/gnunet-publish.c
index 59a86e9b708d8ee2942175e34bd9ee65367438bd..ffcdefdc6ba21cf718e292eaf4218028206c7a2f 100644
(file)
--- a/
src/fs/gnunet-publish.c
+++ b/
src/fs/gnunet-publish.c
@@
-158,6
+158,7
@@
progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info)
return NULL;
case GNUNET_FS_STATUS_UNINDEX_COMPLETED:
fprintf (stderr, _("Cleanup after abort complete.\n"));
+ return NULL;
default:
fprintf (stderr, _("Unexpected status: %d\n"), info->status);
return NULL;