mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix log_age_parse days parsing
This commit is contained in:
parent
54174d3072
commit
94c3bc332d
@ -401,7 +401,7 @@ log_age_parse(char *agestr)
|
||||
return -1;
|
||||
}
|
||||
|
||||
agestr += 3;
|
||||
agestr = endptr + 1;
|
||||
t2 = atoi( agestr );
|
||||
|
||||
/* if there's a delimiter, it can only be a colon */
|
||||
|
Loading…
Reference in New Issue
Block a user