Fix typo in last commit

This commit is contained in:
Kurt Zeilenga 2004-06-18 19:12:00 +00:00
parent 42f3b3d87b
commit 73202e3910

View File

@ -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",