aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore_api.c
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-05-13 14:54:00 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-05-13 14:54:00 +0000
commit745aec69ca5f28d1db95f3add161c0690f25cc32 (patch)
tree720bbc7cd0f3d9de354a2e0d160a196470fea764 /src/peerstore/peerstore_api.c
parent3152ce783fb3c297af673e23297303c62f061a71 (diff)
downloadgnunet-745aec69ca5f28d1db95f3add161c0690f25cc32.tar.gz
gnunet-745aec69ca5f28d1db95f3add161c0690f25cc32.zip
warning fix
Diffstat (limited to 'src/peerstore/peerstore_api.c')
-rw-r--r--src/peerstore/peerstore_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peerstore/peerstore_api.c b/src/peerstore/peerstore_api.c
index ffe973df4..63b64eaf6 100644
--- a/src/peerstore/peerstore_api.c
+++ b/src/peerstore/peerstore_api.c
@@ -534,8 +534,8 @@ void store_trigger_receive(void *cls, const char *emsg)
534 cont_cls = sc->cont_cls; 534 cont_cls = sc->cont_cls;
535 GNUNET_PEERSTORE_store_cancel (sc); 535 GNUNET_PEERSTORE_store_cancel (sc);
536 reconnect (h); 536 reconnect (h);
537 if (NULL != sc->cont) 537 if (NULL != cont)
538 sc->cont (sc->cont_cls, emsg); 538 cont (cont_cls, emsg);
539 return; 539 return;
540 } 540 }
541 LOG (GNUNET_ERROR_TYPE_DEBUG, "Waiting for response from `%s' service.\n", 541 LOG (GNUNET_ERROR_TYPE_DEBUG, "Waiting for response from `%s' service.\n",