mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
minor cleanup
This commit is contained in:
parent
4204aee7b9
commit
4afaf4042a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue