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:
parent
188b94012b
commit
a95404bbae
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user