aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore_api.c
diff options
context:
space:
mode:
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",