mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
ITS#9608 fix delete of nonexistent sessionlog
This commit is contained in:
parent
a464a6e98f
commit
0ae71bafcf
@ -3658,7 +3658,8 @@ sp_cf_gen(ConfigArgs *c)
|
||||
si->si_chktime = 0;
|
||||
break;
|
||||
case SP_SESSL:
|
||||
si->si_logs->sl_size = 0;
|
||||
if ( si->si_logs )
|
||||
si->si_logs->sl_size = 0;
|
||||
break;
|
||||
case SP_NOPRES:
|
||||
si->si_nopres = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user