X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Famqp.c;h=89284c81962ea127d4c901ee0c64e7aceb13275a;hb=4c81ea6168518f40ff4a1d043692688bff5cc9e7;hp=55d2a2ceff04f3772e43c21c4288ec6d97c1ddb2;hpb=98ab507c640ffa46aadd1f8486f353e66a6929fb;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) /* {{{ */