auth/spnego: make use of data_blob_null instead of using data_blob(NULL, 0)
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Dec 2016 15:36:23 +0000 (16:36 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 29 Jun 2017 13:59:21 +0000 (15:59 +0200)
commit9d74c417de8b2eb7fc057face2982799d2804ea7
tree4b54a1c9ec19c9faaee6214d38674cf8053d53fe
parentc5a59893d017dc9926612bd9fbc09fc1cf8c9a66
auth/spnego: make use of data_blob_null instead of using data_blob(NULL, 0)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
auth/gensec/spnego.c