gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19288 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r19288 - gnunet/src/util
Date: Fri, 20 Jan 2012 18:10:46 +0100

Author: grothoff
Date: 2012-01-20 18:10:46 +0100 (Fri, 20 Jan 2012)
New Revision: 19288

Modified:
   gnunet/src/util/helper.c
Log:
-fix

Modified: gnunet/src/util/helper.c
===================================================================
--- gnunet/src/util/helper.c    2012-01-20 17:05:32 UTC (rev 19287)
+++ gnunet/src/util/helper.c    2012-01-20 17:10:46 UTC (rev 19288)
@@ -473,6 +473,8 @@
   struct HelperMessageQueueEntry *qe;
   uint16_t mlen;
 
+  if (NULL == h->fh_to_helper)
+    return GNUNET_NO;
   if ( (GNUNET_YES == can_drop) &&
        (h->mq_head != NULL) )
     return GNUNET_NO;




reply via email to

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