lib: Pass blob instead of &blob to gencache_set_data_blob
authorVolker Lendecke <vl@samba.org>
Wed, 2 Aug 2017 15:52:40 +0000 (17:52 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 29 Nov 2017 15:59:16 +0000 (16:59 +0100)
commit089cb9e24c47ccff492865bae9f7b895b78c5d02
treebbec5c24669aed82ee1fd3a7bab905e00718c41b
parent71e255fd3d2beb0a2fcb2ff39014a668dd724c13
lib: Pass blob instead of &blob to gencache_set_data_blob

Passing a whole DATA_BLOB is cheap enough to simplify the callers: A caller
does not have to create a separate variable.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/gencache.c
source3/lib/gencache.h
source3/libsmb/dsgetdcname.c
source3/torture/torture.c
source3/winbindd/wb_dsgetdcname.c