projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f97e35d
)
-fix
author
Christian Grothoff
<christian@grothoff.org>
Fri, 20 Jan 2012 17:10:46 +0000
(17:10 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 20 Jan 2012 17:10:46 +0000
(17:10 +0000)
src/util/helper.c
patch
|
blob
|
history
diff --git
a/src/util/helper.c
b/src/util/helper.c
index d0aab3ccf1cea2e1aac53be961be6181be48be8e..33c4c47ccf18f4e35351132e4df0c80cd79d4607 100644
(file)
--- a/
src/util/helper.c
+++ b/
src/util/helper.c
@@
-473,6
+473,8
@@
GNUNET_HELPER_send (struct GNUNET_HELPER_Handle *h,
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;