Extend age buffer

This commit is contained in:
Howard Chu 2005-10-14 23:24:34 +00:00
parent 4277658ea6
commit 860bd2d6a8

View file

@ -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 ) {