gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9681 - GNUnet/src/applications/dv_dht/tools


From: gnunet
Subject: [GNUnet-SVN] r9681 - GNUnet/src/applications/dv_dht/tools
Date: Wed, 2 Dec 2009 22:54:45 +0100

Author: nevans
Date: 2009-12-02 22:54:45 +0100 (Wed, 02 Dec 2009)
New Revision: 9681

Modified:
   GNUnet/src/applications/dv_dht/tools/dv_dht_driver.c
Log:
coverity fix

Modified: GNUnet/src/applications/dv_dht/tools/dv_dht_driver.c
===================================================================
--- GNUnet/src/applications/dv_dht/tools/dv_dht_driver.c        2009-12-02 
20:29:21 UTC (rev 9680)
+++ GNUnet/src/applications/dv_dht/tools/dv_dht_driver.c        2009-12-02 
21:54:45 UTC (rev 9681)
@@ -737,6 +737,8 @@
   capi.service_release = &rsx;
 
   plugin = GNUNET_plugin_load (NULL, "libgnunetmodule_", "dhtlog_mysql");
+  if (plugin == NULL)
+    return GNUNET_SYSERR;
   init =
     GNUNET_plugin_resolve_function (plugin, "provide_module_", GNUNET_YES);
   sqlapi = init (&capi);





reply via email to

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