mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
ITS#9293 Store microseconds in pwdGraceUseTime
This commit is contained in:
parent
d1799a5023
commit
a3c49b8709
@ -1678,8 +1678,8 @@ grace:
|
||||
m->sml_numvals = 1;
|
||||
m->sml_values = ch_calloc( sizeof(struct berval), 2 );
|
||||
m->sml_nvalues = ch_calloc( sizeof(struct berval), 2 );
|
||||
ber_dupbv( &m->sml_values[0], ×tamp );
|
||||
ber_dupbv( &m->sml_nvalues[0], ×tamp );
|
||||
ber_dupbv( &m->sml_values[0], ×tamp_usec );
|
||||
ber_dupbv( &m->sml_nvalues[0], ×tamp_usec );
|
||||
m->sml_next = mod;
|
||||
mod = m;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user