Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
4b65e74f
Commit
4b65e74f
authored
Mar 22, 1999
by
Kurt Zeilenga
Browse files
slap_set_time() is no longer necessary.
parent
89ff3b63
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb2/txn.c
View file @
4b65e74f
...
...
@@ -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
);
...
...
servers/slapd/monitor.c
View file @
4b65e74f
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment