- inserted ANETProcess into "How are you" test
This commit is contained in:
1
conman.c
1
conman.c
@ -2170,6 +2170,7 @@ int SCTaskFunction(void *pData)
|
|||||||
/* response for monit check */
|
/* response for monit check */
|
||||||
if (strstr(pPtr, "How are you") == pPtr) {
|
if (strstr(pPtr, "How are you") == pPtr) {
|
||||||
SCWrite(self, "I am fine", eError);
|
SCWrite(self, "I am fine", eError);
|
||||||
|
ANETprocess();
|
||||||
ANETclose(self->sockHandle);
|
ANETclose(self->sockHandle);
|
||||||
self->iEnd = 1;
|
self->iEnd = 1;
|
||||||
free(pPtr);
|
free(pPtr);
|
||||||
|
Reference in New Issue
Block a user