*** srv_pipe.c	2017-02-11 19:27:50.000000000 +0100
--- srv_pipe.c.old	2017-02-11 19:27:48.000000000 +0100
*************** static bool srv_pipe_check_verification_
*** 1749,1752 ****
--- 1749,1753 ----
  	TALLOC_CTX *frame = talloc_stackframe();
  	struct dcerpc_sec_verification_trailer *vt = NULL;
+ 	const uint32_t bitmask1 = 0;
  	const struct dcerpc_sec_vt_pcontext pcontext = {
  		.abstract_syntax = pipe_fns->syntax,
*************** static bool srv_pipe_check_verification_
*** 1769,1773 ****
  	}
  
! 	ret = dcerpc_sec_verification_trailer_check(vt, NULL,
  						    &pcontext, &header2);
  done:
--- 1770,1774 ----
  	}
  
! 	ret = dcerpc_sec_verification_trailer_check(vt, &bitmask1,
  						    &pcontext, &header2);
  done:
