From 69c5cd509bbab25e0c69db28b047173b7ff3e8af Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 31 Mar 2006 03:05:39 +0000 Subject: r14836: Keep constants in the right order, and line things up nicely. (This used to be commit 9c11c1ac2a9d5a6cae490fa7a2005700271d53f3) --- source4/librpc/idl/dcerpc.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4') diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index 5a91f66987..5bf2780e23 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -57,10 +57,10 @@ interface dcerpc [flag(NDR_REMAINING)] DATA_BLOB stub_and_verifier; } dcerpc_request; - const int DCERPC_BIND_PROVIDER_REJECT = 2; - const int DCERPC_BIND_REASON_ASYNTAX = 1; + const int DCERPC_BIND_REASON_ASYNTAX = 1; + const int DCERPC_BIND_PROVIDER_REJECT = 2; const int DECRPC_BIND_PROTOCOL_VERSION_NOT_SUPPORTED = 4; - const int DCERPC_BIND_REASON_INVALID_AUTH_TYPE = 8; + const int DCERPC_BIND_REASON_INVALID_AUTH_TYPE = 8; typedef struct { uint16 result; -- cgit