mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Extend age buffer
This commit is contained in:
parent
4277658ea6
commit
860bd2d6a8
1 changed files with 1 additions and 1 deletions
|
|
@ -542,7 +542,7 @@ log_cf_gen(ConfigArgs *c)
|
|||
struct log_info *li = on->on_bi.bi_private;
|
||||
int rc = 0;
|
||||
slap_mask_t tmask = 0;
|
||||
char agebuf[2*STRLENOF("dd+hh:mm:ss ")];
|
||||
char agebuf[2*STRLENOF("ddddd+hh:mm:ss ")];
|
||||
struct berval agebv, cyclebv;
|
||||
|
||||
switch( c->op ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue