X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Femail.c;fp=src%2Femail.c;h=376dd6a53dd6a61ad99e5df488671b0c573f5ccc;hp=4f49cfb393e17c6b1cb1d293b5405869d62b00ba;hb=ec51ddee94fa2ba1e01fe0e336ccc9c190a198ff;hpb=a396da422740caf336a6d594515e8d80de6f440a diff --git a/src/email.c b/src/email.c index 4f49cfb3..376dd6a5 100644 --- a/src/email.c +++ b/src/email.c @@ -117,7 +117,7 @@ static int sock_perms = S_IRWXU | S_IRWXG; static int max_conns = MAX_CONNS; /* state of the plugin */ -static int disabled = 0; +static int disabled; /* thread managing "client" connections */ static pthread_t connector = (pthread_t)0;