From f3ad9323c62860107ad222a0014d6e661aee42f3 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Wed, 1 Jun 2005 20:17:16 +0000 Subject: 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) --- source3/include/libsmb_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/libsmb_internal.h b/source3/include/libsmb_internal.h index 2eca879cbe..081bb415e5 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; -- cgit