From fc04e3e795cebca5723c24e097f5374a23b2247b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 19 Nov 2005 06:39:12 +0000 Subject: r11801: - added basic SMB2 find support - added SMB2-SCANFIND test - cleaned up continue flags in EAs and find requests (This used to be commit 8792bc07d927e6470874230153177748afae3ee8) --- source4/include/smb_interfaces.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/include/smb_interfaces.h') diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index 9d42494fc5..49fe085f2c 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -461,7 +461,7 @@ union smb_fileinfo { struct { enum smb_fileinfo_level level; union smb_fileinfo_in in; - uint8_t ea_flags; /* SMB2 only - SMB2_GETINFO_EA_FLAG_* */ + uint8_t continue_flags; /* SMB2 only - SMB2_CONTINUE_FLAG_* */ struct smb_ea_list out; } all_eas; -- cgit