Code

netapp plugin: Fix intervals used when dispatching values.
[collectd.git] / src / amqp.c
index 55d2a2ceff04f3772e43c21c4288ec6d97c1ddb2..89284c81962ea127d4c901ee0c64e7aceb13275a 100644 (file)
@@ -641,6 +641,7 @@ static void *camqp_subscribe_thread (void *user_data) /* {{{ */
 
     camqp_config_free (conf);
     pthread_exit (NULL);
+    return (NULL);
 } /* }}} void *camqp_subscribe_thread */
 
 static int camqp_subscribe_init (camqp_config_t *conf) /* {{{ */