diff options
author | Volker Lendecke <vl@samba.org> | 2009-11-27 13:17:05 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-11-29 11:22:04 +0100 |
commit | 33601b8632edf65af4d4ab787c5615ab5c6af6fb (patch) | |
tree | 05fbc260d64a759d2883d547910f8a9235b58336 /source3/include/proto.h | |
parent | 129e976c47037731c9344a3994597b5781210914 (diff) | |
download | samba-33601b8632edf65af4d4ab787c5615ab5c6af6fb.tar.gz samba-33601b8632edf65af4d4ab787c5615ab5c6af6fb.tar.xz samba-33601b8632edf65af4d4ab787c5615ab5c6af6fb.zip |
s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers look at the mtime
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 55da2cf8dbc..23b7f66257f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1119,7 +1119,8 @@ struct user_auth_info *get_cmdline_auth_info_copy(TALLOC_CTX *mem_ctx, const struct user_auth_info *info); bool set_cmdline_auth_info_machine_account_creds(struct user_auth_info *auth_info); void set_cmdline_auth_info_getpass(struct user_auth_info *auth_info); -bool file_exist_stat(const char *fname,SMB_STRUCT_STAT *sbuf); +bool file_exist_stat(const char *fname,SMB_STRUCT_STAT *sbuf, + bool fake_dir_create_times); bool socket_exist(const char *fname); bool directory_exist_stat(char *dname,SMB_STRUCT_STAT *st); uint64_t get_file_size_stat(const SMB_STRUCT_STAT *sbuf); |