summaryrefslogtreecommitdiff
path: root/source3/include/libsmb_internal.h
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2005-06-01 20:17:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:57:04 -0500
commitf3ad9323c62860107ad222a0014d6e661aee42f3 (patch)
treecd2af79cd9ad1f5502175add8526ca3c3c64cafc /source3/include/libsmb_internal.h
parente317034997bbeab447298070afdb1b78c60e0e69 (diff)
downloadsamba-f3ad9323c62860107ad222a0014d6e661aee42f3.tar.gz
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 used to be commit 6c05812bd90b0db69d974ee2758721dc2974a507)
Diffstat (limited to 'source3/include/libsmb_internal.h')
-rw-r--r--source3/include/libsmb_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/libsmb_internal.h b/source3/include/libsmb_internal.h
index 2eca879cbe2..081bb415e56 100644
--- a/source3/include/libsmb_internal.h
+++ b/source3/include/libsmb_internal.h
@@ -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;