Code

Revert "apcups plugin: Handle "END APC" lines correctly and stop reading."
authorPavel Rochnyack <pavel2000@ngs.ru>
Sun, 8 May 2016 06:53:35 +0000 (12:53 +0600)
committerPavel Rochnyack <pavel2000@ngs.ru>
Sun, 8 May 2016 06:53:35 +0000 (12:53 +0600)
src/apcups.c

index b4bc0997e6c3e7d309d13e23225edef31ca7f465..8006bd1edac61ad8c5f14a53c87102cdd6650d2f 100644 (file)
@@ -322,9 +322,6 @@ static int apc_query_server (char const *node, char const *service,
                printf ("net_recv = `%s';\n", recvline);
 #endif /* if APCMAIN */
 
-               if (strncmp ("END APC", recvline, strlen ("END APC")) == 0)
-                       break;
-
                toksaveptr = NULL;
                tokptr = strtok_r (recvline, " :\t", &toksaveptr);
                while (tokptr != NULL)