You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
Index: clamav-milter/clamav-milter.c
|
|
|
|
--- clamav-milter/clamav-milter.c.orig 2007-07-16 22:11:19 +0200
|
|
|
|
+++ clamav-milter/clamav-milter.c 2007-07-18 22:03:22 +0200
|
|
|
|
@@ -1045,11 +1045,13 @@
|
|
|
|
}
|
|
|
|
port = argv[optind];
|
|
|
|
|
|
|
|
+#if 0
|
|
|
|
if(rootdir == NULL) /* FIXME: Handle CHROOT */
|
|
|
|
if(verifyIncomingSocketName(port) < 0) {
|
|
|
|
fprintf(stderr, _("%s: socket-addr (%s) doesn't agree with sendmail.cf\n"), argv[0], port);
|
|
|
|
return EX_CONFIG;
|
|
|
|
}
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
if(strncasecmp(port, "inet:", 5) == 0)
|
|
|
|
if(!lflag) {
|
|
|
|
Index: shared/output.c
|
|
|
|
--- shared/output.c.orig 2007-03-31 21:27:56 +0200
|
|
|
|
+++ shared/output.c 2007-07-18 21:47:45 +0200
|
|
|
|
@@ -60,7 +60,7 @@
|
|
|
|
pthread_mutex_t logg_mutex = PTHREAD_MUTEX_INITIALIZER;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
-#ifdef C_LINUX
|
|
|
|
+#if 0
|
|
|
|
#include <libintl.h>
|
|
|
|
#include <locale.h>
|
|
|
|
|