gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r27611 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r27611 - gnunet-gtk/src/fs
Date: Wed, 26 Jun 2013 11:35:55 +0200

Author: grothoff
Date: 2013-06-26 11:35:54 +0200 (Wed, 26 Jun 2013)
New Revision: 27611

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk_publish-dialog.c
Log:
-no need to break here, this happens if the dirscanner had an error

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_publish-dialog.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_publish-dialog.c    2013-06-26 09:35:11 UTC 
(rev 27610)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_publish-dialog.c    2013-06-26 09:35:54 UTC 
(rev 27611)
@@ -1249,12 +1249,8 @@
 {
   struct AddDirClientContext *adcc = user_data;
 
-  if (NULL == adcc->ds)
+  if (NULL != adcc->ds)
   {
-    GNUNET_break (0);
-  }
-  else
-  {
     /* signal the scanner to finish */
     GNUNET_FS_directory_scan_abort (adcc->ds);
     adcc->ds = NULL;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]