DATA_BLOB *reply_pdu)
{
const struct dcerpc_response *r = NULL;
- DATA_BLOB tmp_stub = data_blob_null;
+ DATA_BLOB tmp_stub = { .data = NULL };
NTSTATUS ret;
/*
struct rpc_api_pipe_state *state = tevent_req_data(
req, struct rpc_api_pipe_state);
NTSTATUS status;
- DATA_BLOB rdata = data_blob_null;
+ DATA_BLOB rdata = { .data = NULL };
status = get_complete_frag_recv(subreq);
TALLOC_FREE(subreq);
bool *client_hdr_signing)
{
struct gensec_security *gensec_security;
- DATA_BLOB null_blob = data_blob_null;
+ DATA_BLOB null_blob = { .data = NULL };
NTSTATUS status;
gensec_security = cli->auth->auth_ctx;
const struct ndr_syntax_id *transfer,
DATA_BLOB *rpc_out)
{
- DATA_BLOB auth_token = data_blob_null;
- DATA_BLOB auth_info = data_blob_null;
+ DATA_BLOB auth_token = { .data = NULL };
+ DATA_BLOB auth_info = { .data = NULL };
NTSTATUS ret;
if (auth->auth_type != DCERPC_AUTH_TYPE_NONE) {
struct gensec_security *gensec_security;
struct ncacn_packet *pkt = NULL;
struct dcerpc_auth auth;
- DATA_BLOB auth_token = data_blob_null;
+ DATA_BLOB auth_token = { .data = NULL };
NTSTATUS status;
status = rpc_api_pipe_recv(subreq, talloc_tos(), &pkt, NULL);
NTSTATUS status;
struct pipe_auth_data *a;
struct gensec_security *gensec_security;
- DATA_BLOB sk = data_blob_null;
+ DATA_BLOB sk = { .data = NULL };
bool make_dup = false;
if (!session_key || !cli) {