gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30030 - msh/src


From: gnunet
Subject: [GNUnet-SVN] r30030 - msh/src
Date: Wed, 9 Oct 2013 10:42:47 +0200

Author: harsha
Date: 2013-10-09 10:42:46 +0200 (Wed, 09 Oct 2013)
New Revision: 30030

Modified:
   msh/src/msh_waiter.c
Log:
- fixes


Modified: msh/src/msh_waiter.c
===================================================================
--- msh/src/msh_waiter.c        2013-10-09 08:40:47 UTC (rev 30029)
+++ msh/src/msh_waiter.c        2013-10-09 08:42:46 UTC (rev 30030)
@@ -166,7 +166,7 @@
   {
     LOG_ERROR ("Failure in connectivity\n");
     GNUNET_SCHEDULER_shutdown ();
-    return;
+    return 0;
   }
   GNUNET_assert (size_in_buf <= size);
   (void) memcpy (buf, in_buf, size_in_buf);  
@@ -215,7 +215,7 @@
   {
     LOG_ERROR ("Failure in connectivity\n");
     GNUNET_SCHEDULER_shutdown ();
-    return;
+    return 0;
   }
   GNUNET_assert (NULL != msg);
   nb = ntohs (msg->size);




reply via email to

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