Author: grothoff
Date: 2008-02-17 23:02:26 -0700 (Sun, 17 Feb 2008)
New Revision: 6363

Modified:
   GNUnet/src/applications/fs/tools/gnunet-auto-share.c
Log:
tolerate suspend-resume

Modified: GNUnet/src/applications/fs/tools/gnunet-auto-share.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-auto-share.c        2008-02-18 
05:27:46 UTC (rev 6362)
+++ GNUnet/src/applications/fs/tools/gnunet-auto-share.c        2008-02-18 
06:02:26 UTC (rev 6363)
@@ -109,6 +109,8 @@
       break;
     case GNUNET_FSUI_upload_started:
     case GNUNET_FSUI_upload_stopped:
+    case GNUNET_FSUI_upload_suspended:
+    case GNUNET_FSUI_upload_resumed:
       break;
     default:
       fprintf (myout, _("\nUnexpected event: %d\n"), event->type);



_______________________________________________
GNUnet-SVN mailing list
GNUnet-SVN@gnu.org
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to