]> git.ipfire.org Git - thirdparty/samba.git/commit
libsmb: Allow passing in NULL to smb2_create_blob_find()
authorVolker Lendecke <vl@samba.org>
Tue, 4 Feb 2020 13:03:48 +0000 (15:03 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 7 Feb 2020 21:01:30 +0000 (21:01 +0000)
commit23db731593614c1427066091090fd13ccebed2aa
treea6ccb56a3c936ab7dc0c62fc66688bcdf3336262
parentd33d43f38ca01dab644ea209210c14a7fd600167
libsmb: Allow passing in NULL to smb2_create_blob_find()

Will simplify callers a bit, and it does not change semantics
significantly. Zero create blobs won't find anything anyway.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/smb/smb2_create_blob.c