summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dcerpc.idl
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-11-26 04:23:24 +0000
committerTim Potter <tpot@samba.org>2003-11-26 04:23:24 +0000
commit33844ade401a08b9308cac8eca19e99951c250e2 (patch)
tree4a53c2e78a3be5db003032e2974f4bf387cc5a6a /source4/librpc/idl/dcerpc.idl
parentc168ca2157aaa10ba75bc7ed89a1e4dad5433f1d (diff)
downloadsamba-33844ade401a08b9308cac8eca19e99951c250e2.tar.gz
samba-33844ade401a08b9308cac8eca19e99951c250e2.tar.bz2
samba-33844ade401a08b9308cac8eca19e99951c250e2.zip
Add bind nak to dcerpc_payload.
(This used to be commit 0deb9179f07dead11e2fff247efe9e3d0879da58)
Diffstat (limited to 'source4/librpc/idl/dcerpc.idl')
-rw-r--r--source4/librpc/idl/dcerpc.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl
index c23553c444..f803936c3b 100644
--- a/source4/librpc/idl/dcerpc.idl
+++ b/source4/librpc/idl/dcerpc.idl
@@ -137,6 +137,7 @@ interface dcerpc
[case(DCERPC_PKT_ALTER_ACK)] dcerpc_bind_ack alter_ack;
[case(DCERPC_PKT_FAULT)] dcerpc_fault fault;
[case(DCERPC_PKT_AUTH3)] dcerpc_auth3 auth;
+ [case(DCERPC_PKT_BIND_NAK)] dcerpc_bind_nak nak;
} dcerpc_payload;