aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct_alice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/gnunet-service-scalarproduct_alice.c')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct_alice.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct_alice.c b/src/scalarproduct/gnunet-service-scalarproduct_alice.c
index d6da754f4..76aee54e3 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct_alice.c
+++ b/src/scalarproduct/gnunet-service-scalarproduct_alice.c
@@ -331,6 +331,8 @@ prepare_client_end_notification (struct AliceServiceSession *session)
331 struct ClientResponseMessage *msg; 331 struct ClientResponseMessage *msg;
332 struct GNUNET_MQ_Envelope *e; 332 struct GNUNET_MQ_Envelope *e;
333 333
334 if (NULL == session->client_mq)
335 return; /* no client left to be notified */
334 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 336 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
335 "Sending session-end notification with status %d to client for session %s\n", 337 "Sending session-end notification with status %d to client for session %s\n",
336 session->status, 338 session->status,