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:
5d7a52c
)
fixing 1729
author
Christian Grothoff
<christian@grothoff.org>
Thu, 7 Jul 2011 12:21:30 +0000
(12:21 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 7 Jul 2011 12:21:30 +0000
(12:21 +0000)
src/transport/transport_api.c
patch
|
blob
|
history
diff --git
a/src/transport/transport_api.c
b/src/transport/transport_api.c
index 15d4d12239d86094d6d9ac2a7dc010e87cc033c7..7b5798ce06d47a5bb7661a0962ee59a804dab2ce 100644
(file)
--- a/
src/transport/transport_api.c
+++ b/
src/transport/transport_api.c
@@
-1086,7
+1086,8
@@
send_hello (void *cls, size_t size, void *buf)
"Timeout while trying to transmit `%s' request.\n",
"HELLO");
#endif
- GNUNET_SCHEDULER_add_now(hc->cont, hc->cont_cls);
+ if (NULL != hc->cont)
+ GNUNET_SCHEDULER_add_now(hc->cont, hc->cont_cls);
GNUNET_free (hc);
return 0;
}