1
0
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:
Derrell Lipman
2005-06-01 20:17:16 +00:00
committed by Gerald (Jerry) Carter
parent bab0bf7f4f
commit 6c05812bd9
4 changed files with 244 additions and 86 deletions

View File

@@ -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;