mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typo in last commit
This commit is contained in:
parent
42f3b3d87b
commit
73202e3910
@ -1270,7 +1270,7 @@ parse_acl(
|
||||
acl_usage();
|
||||
}
|
||||
|
||||
b->a_authz.sai_ssf = strtol( right, *next, 10 );
|
||||
b->a_authz.sai_ssf = strtol( right, &next, 10 );
|
||||
if ( next == NULL || next[0] != '\0' ) {
|
||||
fprintf( stderr,
|
||||
"%s: line %d: unable to parse ssf value (%s)\n",
|
||||
|
Loading…
Reference in New Issue
Block a user