svn commit: samba r20204 - in branches/SAMBA_4_0/source/libnet: .

metze at samba.org metze at samba.org
Sat Dec 16 01:21:59 GMT 2006


Author: metze
Date: 2006-12-16 01:21:59 +0000 (Sat, 16 Dec 2006)
New Revision: 20204

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

Log:
use symbolic constant

metze
Modified:
   branches/SAMBA_4_0/source/libnet/libnet_become_dc.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_become_dc.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_become_dc.c	2006-12-16 00:54:00 UTC (rev 20203)
+++ branches/SAMBA_4_0/source/libnet/libnet_become_dc.c	2006-12-16 01:21:59 UTC (rev 20204)
@@ -1356,7 +1356,7 @@
 		v = talloc_array(vs, uint32_t, 1);
 		if (composite_nomem(v, c)) return;
 
-		v[0]			= 0x00000002;
+		v[0]			= DS_BEHAVIOR_WIN2003;
 
 		vs[0].value		= &v[0];
 



More information about the samba-cvs mailing list