- inserted ANETProcess into "How are you" test

This commit is contained in:
zolliker
2014-01-31 14:53:44 +00:00
parent dc85708451
commit 95d37fea12

View File

@ -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);