mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
minor cleanup
This commit is contained in:
parent
4204aee7b9
commit
4afaf4042a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user