[exim-cvs] More tidying of ACL-config skip

Pàgina inicial
Delete this message
Reply to this message
Autor: Exim Git Commits Mailing List
Data:  
A: exim-cvs
Assumpte: [exim-cvs] More tidying of ACL-config skip
Gitweb: http://git.exim.org/exim.git/commitdiff/351a5bc85e6950e3608c41f1bd15368b0a49d5f3
Commit:     351a5bc85e6950e3608c41f1bd15368b0a49d5f3
Parent:     cb46fd2b91514ce49ad0e13788127d756ed35145
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Jul 21 17:31:55 2013 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sun Jul 21 17:31:55 2013 +0100


    More tidying of ACL-config skip
---
 src/src/readconf.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


diff --git a/src/src/readconf.c b/src/src/readconf.c
index 207b369..218eff7 100644
--- 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;