mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 08:23:35 -05:00
Fix log_age_parse days parsing
This commit is contained in:
parent
54174d3072
commit
94c3bc332d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue