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

s3: "get_share_list" only looks at the mode and uid

This commit is contained in:
Volker Lendecke 2009-11-27 13:00:51 +01:00
parent 188b94012b
commit a95404bbae

View File

@ -248,8 +248,7 @@ static int get_share_list(TALLOC_CTX *ctx, const char *wcard, bool only_ours)
return -1;
}
if (sys_lstat(path, &sbuf, lp_fake_dir_create_times())
!= 0) {
if (sys_lstat(path, &sbuf, false) != 0) {
d_fprintf(stderr,
_("get_share_list: can't lstat file %s. Error "
"was %s\n"),