X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Famqp.c;h=876f7e9e2cb0fb034cf365156d6165d002367c73;hb=59dded4cc1a2077ad11c6e9b507e15ad19e0e38c;hp=c9929dc0b12e00a9a925ebc6c98c559162a27167;hpb=0abfaa6a32babf3b2cbb34fce097d9f62fb2bc44;p=collectd.git diff --git a/src/amqp.c b/src/amqp.c index c9929dc0..876f7e9e 100644 --- a/src/amqp.c +++ b/src/amqp.c @@ -650,6 +650,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) /* {{{ */