r14836: Keep constants in the right order, and line things up nicely.
authorTim Potter <tpot@samba.org>
Fri, 31 Mar 2006 03:05:39 +0000 (03:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:59:24 +0000 (13:59 -0500)
(This used to be commit 9c11c1ac2a9d5a6cae490fa7a2005700271d53f3)

source4/librpc/idl/dcerpc.idl

index 5a91f6698751b2da2873f79c4caf39b6d8d61edd..5bf2780e2359dadaf1f3cab543dc3756d36156d8 100644 (file)
@@ -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;