X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Famqp.c;h=89284c81962ea127d4c901ee0c64e7aceb13275a;hb=32e0d9078b73eeb889b9a1e62be72ded48d33d7d;hp=55d2a2ceff04f3772e43c21c4288ec6d97c1ddb2;hpb=f1ba2733d2c58fed90c13e9ae31cb7c1f3c5613e;p=collectd.git diff --git a/src/amqp.c b/src/amqp.c index 55d2a2ce..89284c81 100644 --- a/src/amqp.c +++ b/src/amqp.c @@ -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) /* {{{ */