summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-07-27 16:10:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:17 -0500
commit880d62843afd52c2e4bdf66e9e8218823445e109 (patch)
treed3b8aeac18f408eb09a498409bb2a9bd3fef72e6 /source3/smbd/process.c
parentfaa4b4a9f206b7c1352b77a71f4adbfce3913898 (diff)
downloadsamba-880d62843afd52c2e4bdf66e9e8218823445e109.tar.gz
samba-880d62843afd52c2e4bdf66e9e8218823445e109.tar.bz2
samba-880d62843afd52c2e4bdf66e9e8218823445e109.zip
r8798: Save one system call per SMB. smb_run_idle_events right now is only used to
close idle pdb_ldap connections, and from my point of view this can wait until normal timeout handling, this does not need to be done per client request. Volker (This used to be commit 404b817d7294fbea64f0fca019406c5c7458e386)
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r--source3/smbd/process.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 897bd56ba7..19add7e095 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -1633,10 +1633,6 @@ void smbd_process(void)
lp_talloc_free();
main_loop_talloc_free();
- /* run all registered idle events */
- smb_run_idle_events(time(NULL));
-
-
/* Did someone ask for immediate checks on things like blocking locks ? */
if (select_timeout == 0) {
if(!timeout_processing( deadtime, &select_timeout, &last_timeout_processing_time))