gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37931 - gnunet/src/rps


From: gnunet
Subject: [GNUnet-SVN] r37931 - gnunet/src/rps
Date: Thu, 15 Sep 2016 01:56:51 +0200

Author: ch3
Date: 2016-09-15 01:56:51 +0200 (Thu, 15 Sep 2016)
New Revision: 37931

Modified:
   gnunet/src/rps/gnunet-service-rps.c
Log:
-rps service: add assert (make coverity happy?)

Modified: gnunet/src/rps/gnunet-service-rps.c
===================================================================
--- gnunet/src/rps/gnunet-service-rps.c 2016-09-14 23:42:28 UTC (rev 37930)
+++ gnunet/src/rps/gnunet-service-rps.c 2016-09-14 23:56:51 UTC (rev 37931)
@@ -1108,6 +1108,7 @@
   struct ReplyCls *rep_cls;
 
   cli_ctx = GNUNET_SERVER_client_get_user_context (client, struct 
ClientContext);
+  GNUNET_assert (NULL != cli_ctx);
   GNUNET_assert (NULL != cli_ctx->rep_cls_head);
   rep_cls = cli_ctx->rep_cls_head;
   LOG (GNUNET_ERROR_TYPE_DEBUG,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]