From 184f4ae92a01009c402acb21ab4a455cc938a0ca Mon Sep 17 00:00:00 2001 From: octo Date: Wed, 24 May 2006 06:16:00 +0000 Subject: [PATCH] apcups.c: Closed run-away comment. Sorry. --- src/apcups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apcups.c b/src/apcups.c index a1fa2770..8cad3dff 100644 --- a/src/apcups.c +++ b/src/apcups.c @@ -349,7 +349,7 @@ static int apc_query_server (char *host, int port, /* TODO: Keep the socket open, if possible */ if ((sockfd = net_open (host, NULL, port)) < 0) { - /* Complain once every six hours. + /* Complain once every six hours. */ int complain_step = 21600 / atoi (COLLECTD_STEP); if ((complain % complain_step) == 0) -- 2.11.0