mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
slap_set_time() is no longer necessary.
This commit is contained in:
parent
89ff3b6392
commit
4b65e74fa8
2 changed files with 0 additions and 2 deletions
|
|
@ -764,7 +764,6 @@ bdb2i_set_txn_checkpoint( DB_TXNMGR *txmgr, int forced )
|
|||
logsize = forced ? (u_int32_t) 0 : txn_max_pending_log;
|
||||
mins = forced ? (u_int32_t) 0 : txn_max_pending_time;
|
||||
|
||||
slap_set_time();
|
||||
now = slap_get_time();
|
||||
|
||||
rc = txn_checkpoint( txmgr, logsize, mins );
|
||||
|
|
|
|||
|
|
@ -149,7 +149,6 @@ monitor_info( Connection *conn, Operation *op )
|
|||
attr_merge( e, "bytessent", vals );
|
||||
#endif
|
||||
|
||||
slap_set_time();
|
||||
currenttime = slap_get_time();
|
||||
|
||||
ldap_pvt_thread_mutex_lock( &gmtime_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue