Memory Management: drop another variable ($callout_address) as it goes out of scope.
[exim.git] / src / src / malware.c
index 547bc26e6dd9e3db905d33f534b24a581ff1dc32..549422ebb93661c39ff07fc44921c4be101cd103 100644 (file)
@@ -503,8 +503,8 @@ if (!malware_ok)
       break;
     switch(scanent->conn)
     {
-    case MC_TCP:  sock = ip_tcpsocket(scanner_options, &errstr, 5);      break;
-    case MC_UNIX: sock = ip_unixsocket(scanner_options, &errstr);        break;
+    case MC_TCP:  sock = ip_tcpsocket(scanner_options, &errstr, 5);    break;
+    case MC_UNIX: sock = ip_unixsocket(scanner_options, &errstr);      break;
     case MC_STRM: sock = ip_streamsocket(scanner_options, &errstr, 5);  break;
     default: /* compiler quietening */ break;
     }