X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c4141216b51b0dce51504479342d2bfc8a83dfad..d8d7e3a4162b52382daf8319f221c085c76c5b8f:/src/src/malware.c diff --git a/src/src/malware.c b/src/src/malware.c index cfff9ee5d..a4080d040 100644 --- a/src/src/malware.c +++ b/src/src/malware.c @@ -654,11 +654,11 @@ if (!malware_ok) switch(scanent->conn) { case MC_TCP: - malware_daemon_ctx.sock = ip_tcpsocket(scanner_options, &errstr, 5); break; + malware_daemon_ctx.sock = ip_tcpsocket(scanner_options, &errstr, 5, NULL); break; case MC_UNIX: malware_daemon_ctx.sock = ip_unixsocket(scanner_options, &errstr); break; case MC_STRM: - malware_daemon_ctx.sock = ip_streamsocket(scanner_options, &errstr, 5); break; + malware_daemon_ctx.sock = ip_streamsocket(scanner_options, &errstr, 5, NULL); break; default: /* compiler quietening */ break; }