diff options
author | Gregor Beck <gbeck@sernet.de> | 2013-10-11 11:02:24 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-10-30 15:23:51 -0700 |
commit | 0a3cc7e25ca54c5dc0b836680668401582b105b0 (patch) | |
tree | f50e6ab8240027433a03c9b086a30d72662ca450 /source3/include/libsmb_internal.h | |
parent | 0abe678af8d763279fd218736e6df29c21b27c5c (diff) | |
download | samba-0a3cc7e25ca54c5dc0b836680668401582b105b0.tar.gz samba-0a3cc7e25ca54c5dc0b836680668401582b105b0.tar.xz samba-0a3cc7e25ca54c5dc0b836680668401582b105b0.zip |
s3:libsmb: SMBC_getatr use pathinfo3 for second try
The pathinfo2 call might fail against NetApp because it is sending broken
packages.
Signed-off-by: Gregor Beck <gbeck@sernet.de>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/libsmb_internal.h')
-rw-r--r-- | source3/include/libsmb_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/libsmb_internal.h b/source3/include/libsmb_internal.h index 63c96fecd1..ce73181fac 100644 --- a/source3/include/libsmb_internal.h +++ b/source3/include/libsmb_internal.h @@ -78,6 +78,7 @@ struct _SMBCSRV { dev_t dev; bool no_pathinfo; bool no_pathinfo2; + bool no_pathinfo3; bool no_nt_session; struct policy_handle pol; |