From a65bce4e38d0b940286c7c93c226651e5fb45082 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 25 Jan 2011 13:57:38 -0800 Subject: Add uint32_t name_hash argument (currently unused) to get_file_infos(). Will be used when we store more than one delete on close token. --- source3/smbd/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/dir.c') diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c index b49b89396c..7c9d6e262e 100644 --- a/source3/smbd/dir.c +++ b/source3/smbd/dir.c @@ -981,7 +981,7 @@ bool smbd_dirptr_get_entry(TALLOC_CTX *ctx, fileid = vfs_file_id_from_sbuf(conn, &smb_fname.st); - get_file_infos(fileid, NULL, &write_time_ts); + get_file_infos(fileid, 0, NULL, &write_time_ts); if (!null_timespec(write_time_ts)) { update_stat_ex_mtime(&smb_fname.st, write_time_ts); -- cgit