-fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 23 Dec 2011 15:07:26 +0000 (15:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 23 Dec 2011 15:07:26 +0000 (15:07 +0000)
src/fs/gnunet-publish.c

index 59a86e9b708d8ee2942175e34bd9ee65367438bd..ffcdefdc6ba21cf718e292eaf4218028206c7a2f 100644 (file)
@@ -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;