From: Pierangelo Masarati Date: Wed, 6 Oct 2004 22:20:30 +0000 (+0000) Subject: minor cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~454 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4afaf4042a2ac06a91b80ae41ab18b35b5d3496a;p=openldap minor cleanup --- diff --git a/servers/slapd/aclparse.c b/servers/slapd/aclparse.c index 03c2087773..8f9bfbcd4a 100644 --- a/servers/slapd/aclparse.c +++ b/servers/slapd/aclparse.c @@ -626,7 +626,6 @@ parse_acl( fname, lineno ); } - if ( strcasecmp( argv[i], "*" ) == 0 ) { bv.bv_val = ch_strdup( "*" ); bv.bv_len = 1; @@ -1108,7 +1107,8 @@ parse_acl( if ( expand ) { fprintf( stderr, "%s: line %d: " - "\"expand\" modifier with \"expand\" style\n", + "\"expand\" modifier " + "with \"expand\" style\n", fname, lineno ); } sty = ACL_STYLE_BASE;