s3:smbd:durable: remove a TODO comment about write time updates
authorMichael Adam <obnox@samba.org>
Tue, 23 Oct 2012 15:18:47 +0000 (17:18 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 29 Oct 2012 19:12:18 +0000 (20:12 +0100)
This has been done.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Autobuild-User(master): David Disseldorp <ddiss@samba.org>
Autobuild-Date(master): Mon Oct 29 20:12:18 CET 2012 on sn-devel-104

source3/smbd/durable.c

index 5d276f38ec92a7ff8ba0f0c4cdf8319ac4365798..32fa8187e5d80013db1029efdad56665d5e56f47 100644 (file)
@@ -741,8 +741,6 @@ NTSTATUS vfs_default_durable_reconnect(struct connection_struct *conn,
        /*
         * TODO:
         * Do we need to store the modified flag in the DB?
-        * How to handle update_write_time and friends
-        * during a disconnected client on a durable handle?
         */
        fsp->modified = false;
        /*