s3:smb2_create: #if 0 unused variable
commit16c14aef2a6dfd9cdcc6d86d55e1ea008505d6d8
authorStefan Metzmacher <metze@samba.org>
Fri, 28 Aug 2015 12:16:14 +0000 (28 14:16 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 28 Aug 2015 17:03:14 +0000 (28 19:03 +0200)
tree07fd7e7b945c082e2454fcc7bb23c2311e2e7437
parente6c234d31ad22120d0890b561dac9b456f8f6530
s3:smb2_create: #if 0 unused variable

This fixes the build on ubuntu 14.04, which failed like this:

   [2852/3952] Compiling source3/smbd/smb2_create.c
   ../source3/smbd/smb2_create.c: In function ‘smbd_smb2_create_send’:
   ../source3/smbd/smb2_create.c:678:28: error: variable ‘svhdx’ set but not used [-Werror=unused-but-set-variable]
          struct smb2_create_blob *svhdx = NULL;

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_create.c