gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25368 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r25368 - gnunet/src/fs
Date: Mon, 10 Dec 2012 15:54:18 +0100

Author: grothoff
Date: 2012-12-10 15:54:18 +0100 (Mon, 10 Dec 2012)
New Revision: 25368

Modified:
   gnunet/src/fs/gnunet-service-fs_stream.c
Log:
-fix

Modified: gnunet/src/fs/gnunet-service-fs_stream.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs_stream.c    2012-12-10 14:48:02 UTC (rev 
25367)
+++ gnunet/src/fs/gnunet-service-fs_stream.c    2012-12-10 14:54:18 UTC (rev 
25368)
@@ -1158,7 +1158,10 @@
   if (NULL != sc->wh)
     return; /* write already pending */
   if (NULL == (wqi = sc->wqi_head))
+  {
     continue_reading (sc);
+    return;
+  }
   GNUNET_CONTAINER_DLL_remove (sc->wqi_head,
                               sc->wqi_tail,
                               wqi);




reply via email to

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