1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

smbd: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2019-12-13 16:06:43 +01:00 committed by Jeremy Allison
parent f42e089a6e
commit 810fd90a6f

View File

@ -4395,7 +4395,7 @@ static NTSTATUS open_directory(connection_struct *conn,
/* Don't store old timestamps for directory
handles in the internal database. We don't
update them in there if new objects
are creaded in the directory. Currently
are created in the directory. Currently
we only update timestamps on file writes.
See bug #9870.
*/