mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
r7172: This is the proper fix for setting file times from libsmbclient. We now
try setpathinfo, and if that doesn't work (e.g. on win98), revert to the previous slower method.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
bab0bf7f4f
commit
6c05812bd9
@@ -12,9 +12,9 @@
|
||||
struct _SMBCSRV {
|
||||
struct cli_state cli;
|
||||
dev_t dev;
|
||||
BOOL no_pathinfo;
|
||||
BOOL no_pathinfo2;
|
||||
BOOL no_nt_session;
|
||||
int server_fd;
|
||||
|
||||
SMBCSRV *next, *prev;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user