svn commit: samba r14836 - in branches/SAMBA_4_0/source/librpc/idl: .

tpot at samba.org tpot at samba.org
Fri Mar 31 03:05:40 GMT 2006


Author: tpot
Date: 2006-03-31 03:05:39 +0000 (Fri, 31 Mar 2006)
New Revision: 14836

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14836

Log:
Keep constants in the right order, and line things up nicely.

Modified:
   branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl	2006-03-31 03:02:39 UTC (rev 14835)
+++ branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl	2006-03-31 03:05:39 UTC (rev 14836)
@@ -57,10 +57,10 @@
 		[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;



More information about the samba-cvs mailing list