Index: protocols/clamav.c =================================================================== RCS file: /sources/monit/monit/protocols/clamav.c,v retrieving revision 1.1 diff -r1.1 clamav.c 56a57,61 > if(socket_print(s, "SESSION\r\n") < 0) { > LogError("CLAMAV: error sending data -- %s\n", STRERROR); > return FALSE; > } > 72a78,82 > > if(socket_print(s, "END\r\n") < 0) { > LogError("CLAMAV: error sending data -- %s\n", STRERROR); > return FALSE; > }