| 1 | *** srv_pipe.c 2017-02-11 19:27:50.000000000 +0100
|
|---|
| 2 | --- srv_pipe.c.old 2017-02-11 19:27:48.000000000 +0100
|
|---|
| 3 | *************** static bool srv_pipe_check_verification_
|
|---|
| 4 | *** 1749,1752 ****
|
|---|
| 5 | --- 1749,1753 ----
|
|---|
| 6 | TALLOC_CTX *frame = talloc_stackframe();
|
|---|
| 7 | struct dcerpc_sec_verification_trailer *vt = NULL;
|
|---|
| 8 | + const uint32_t bitmask1 = 0;
|
|---|
| 9 | const struct dcerpc_sec_vt_pcontext pcontext = {
|
|---|
| 10 | .abstract_syntax = pipe_fns->syntax,
|
|---|
| 11 | *************** static bool srv_pipe_check_verification_
|
|---|
| 12 | *** 1769,1773 ****
|
|---|
| 13 | }
|
|---|
| 14 |
|
|---|
| 15 | ! ret = dcerpc_sec_verification_trailer_check(vt, NULL,
|
|---|
| 16 | &pcontext, &header2);
|
|---|
| 17 | done:
|
|---|
| 18 | --- 1770,1774 ----
|
|---|
| 19 | }
|
|---|
| 20 |
|
|---|
| 21 | ! ret = dcerpc_sec_verification_trailer_check(vt, &bitmask1,
|
|---|
| 22 | &pcontext, &header2);
|
|---|
| 23 | done:
|
|---|