diff options
author | Michael Adam <obnox@samba.org> | 2013-05-22 20:26:49 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-06-04 11:07:11 -0700 |
commit | e6beae4471491c5bfcabeb720c5e92183e78e886 (patch) | |
tree | 5fd5b58c035ae408aad07704da87ed570462997c /source3/smbd | |
parent | d1feccb35e987545f4ae8e3f4eb0b4fc741e7e7e (diff) | |
download | samba-e6beae4471491c5bfcabeb720c5e92183e78e886.tar.gz samba-e6beae4471491c5bfcabeb720c5e92183e78e886.tar.bz2 samba-e6beae4471491c5bfcabeb720c5e92183e78e886.zip |
s3:smbd: remove old comment about scavenger timer from vfs_default_durable_reconnect()
scavenger functionality belongs to the smb layer (and is meanwhile
implemented there).
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/durable.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/smbd/durable.c b/source3/smbd/durable.c index 69ba109895..9b05d48680 100644 --- a/source3/smbd/durable.c +++ b/source3/smbd/durable.c @@ -696,20 +696,6 @@ NTSTATUS vfs_default_durable_reconnect(struct connection_struct *conn, } /* - * TODO: - * add scavenger timer functionality - * - * For now we always allow the reconnect - */ -#if 0 - expire_time = op->global->disconnect_time; - expire_time += NTTIME_MAGIC(op->global->durable_timeout_msec); - if (expire < now) { - //TODO reopen and close before telling the client... - } -#endif - - /* * 2. proceed with opening file */ |