From 95d37fea12394fc67bce5e170d1eec05c46f339c Mon Sep 17 00:00:00 2001 From: zolliker Date: Fri, 31 Jan 2014 14:53:44 +0000 Subject: [PATCH] - inserted ANETProcess into "How are you" test --- conman.c | 1 + 1 file changed, 1 insertion(+) diff --git a/conman.c b/conman.c index e1f9f626..6976c32b 100644 --- a/conman.c +++ b/conman.c @@ -2170,6 +2170,7 @@ int SCTaskFunction(void *pData) /* response for monit check */ if (strstr(pPtr, "How are you") == pPtr) { SCWrite(self, "I am fine", eError); + ANETprocess(); ANETclose(self->sockHandle); self->iEnd = 1; free(pPtr);