git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb46fd2
)
More tidying of ACL-config skip
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 21 Jul 2013 16:31:55 +0000
(17:31 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 21 Jul 2013 16:31:55 +0000
(17:31 +0100)
src/src/readconf.c
patch
|
blob
|
history
diff --git
a/src/src/readconf.c
b/src/src/readconf.c
index 207b3693d60d1d27cd1ebabed0bbf077d94fd5ef..218eff70498bcd532a7f86733cbab360ae7114d5 100644
(file)
--- a/
src/src/readconf.c
+++ b/
src/src/readconf.c
@@
-4065,9
+4065,7
@@
Because it may confuse people as to whether the names are singular or plural,
we add "s" if it's missing. There is always enough room in next_section for
this. This function is basically just a switch.
-Arguments:
- skip_acl TRUE if ACL information is not needed
-
+Arguments: none
Returns: nothing
*/
@@
-4081,7
+4079,7
@@
static uschar *section_list[] = {
US"transports"};
void
-readconf_rest(
BOOL skip_acl
)
+readconf_rest(
void
)
{
int had = 0;