aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct-ecc_alice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/gnunet-service-scalarproduct-ecc_alice.c')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct-ecc_alice.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct-ecc_alice.c b/src/scalarproduct/gnunet-service-scalarproduct-ecc_alice.c
index 7485d5de1..196bdbeeb 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct-ecc_alice.c
+++ b/src/scalarproduct/gnunet-service-scalarproduct-ecc_alice.c
@@ -311,6 +311,8 @@ prepare_client_end_notification (struct AliceServiceSession *session)
311 struct ClientResponseMessage *msg; 311 struct ClientResponseMessage *msg;
312 struct GNUNET_MQ_Envelope *e; 312 struct GNUNET_MQ_Envelope *e;
313 313
314 if (NULL == session->client_mq)
315 return; /* no client left to be notified */
314 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 316 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
315 "Sending session-end notification with status %d to client for session %s\n", 317 "Sending session-end notification with status %d to client for session %s\n",
316 session->status, 318 session->status,