mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
Fix prev commit
This commit is contained in:
parent
153e81817f
commit
32712f4c26
1 changed files with 3 additions and 0 deletions
|
|
@ -443,6 +443,9 @@ log_age_parse(char *agestr)
|
|||
return -1;
|
||||
t1 *= 60;
|
||||
t1 += atoi( agestr );
|
||||
} else if ( gotdays ) {
|
||||
/* only got days+hh:mm */
|
||||
t1 *= 60;
|
||||
}
|
||||
return t1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue