|
|
|
|
@ -1,15 +1,3 @@
|
|
|
|
|
Index: acl.c
|
|
|
|
|
--- acl.c.orig 2006-12-29 21:38:17 +0100
|
|
|
|
|
+++ acl.c 2006-12-31 09:53:58 +0100
|
|
|
|
|
@@ -627,7 +627,7 @@
|
|
|
|
|
exit(EX_OSERR);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
- memset(acl, 0, sizeof (acl));
|
|
|
|
|
+ memset(acl, 0, sizeof(*acl));
|
|
|
|
|
acl->a_delay = -1;
|
|
|
|
|
acl->a_autowhite = -1;
|
|
|
|
|
LIST_INIT(&acl->a_clause);
|
|
|
|
|
Index: milter-greylist.8
|
|
|
|
|
--- milter-greylist.8.orig 2006-08-30 22:50:42 +0200
|
|
|
|
|
+++ milter-greylist.8 2006-12-31 09:57:22 +0100
|
|
|
|
|
|