From 2a3bcdb530cbf48a99d046abe3068a700afeb336 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 21 Jun 2006 21:28:07 +0000 Subject: r16450: fix the build... metze (This used to be commit 316f3312d228a8c29185bf38c93c7f3aa1c6333e) --- source4/smb_server/smb_server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/smb_server/smb_server.h') diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h index 39f26c3bba..d38543bb67 100644 --- a/source4/smb_server/smb_server.h +++ b/source4/smb_server/smb_server.h @@ -209,6 +209,8 @@ struct smbsrv_handle { /* a set of flags to control handling of request structures */ #define SMBSRV_REQ_CONTROL_LARGE (1<<1) /* allow replies larger than max_xmit */ +#define SMBSRV_REQ_DEFAULT_STR_FLAGS(req) (((req)->flags2 & FLAGS2_UNICODE_STRINGS) ? STR_UNICODE : STR_ASCII) + /* the context for a single SMB request. This is passed to any request-context functions */ struct smbsrv_request { -- cgit