smbd:smb2: clarify and comment code treating dh2c blob check.
authorMichael Adam <obnox@samba.org>
Fri, 4 Oct 2013 10:39:57 +0000 (12:39 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 5 Oct 2013 13:56:11 +0000 (15:56 +0200)
commit9110c079f1aa504bc114d8c00a5a48f58dce5459
treee47bc395ad4d74470c1d64661387a4baa31f1112
parentdd256792568d96c4a8dba5ea28cd3274ed1c040b
smbd:smb2: clarify and comment code treating dh2c blob check.

This makes the code that checks for extra create blobs in the
case of the dh2c blob look very similar to the corresponding
(slightly mode complex) code for the dhnc blob.

With this preparation it will be easier and more obvious how
to add proper treatment of the lease request blobs when leases
get implemented.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Sat Oct  5 15:56:11 CEST 2013 on sn-devel-104
source3/smbd/smb2_create.c