diff options
author | Michael Adam <obnox@samba.org> | 2012-10-23 17:18:47 +0200 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2012-10-29 20:12:18 +0100 |
commit | 382849ad9951072ba56a8809c3e272565221c329 (patch) | |
tree | 3e5af2b1b0f80b44b24118687c3547a597171203 | |
parent | 669a9236c37e66be08efbc5c51367113ffaf3b36 (diff) | |
download | samba-382849ad9951072ba56a8809c3e272565221c329.tar.gz samba-382849ad9951072ba56a8809c3e272565221c329.tar.bz2 samba-382849ad9951072ba56a8809c3e272565221c329.zip |
s3:smbd:durable: remove a TODO comment about write time updates
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
-rw-r--r-- | source3/smbd/durable.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/durable.c b/source3/smbd/durable.c index 5d276f38ec..32fa8187e5 100644 --- a/source3/smbd/durable.c +++ b/source3/smbd/durable.c @@ -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; /* |