Author: metze Date: 2007-06-11 13:02:30 +0000 (Mon, 11 Jun 2007) New Revision: 23418
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23418 Log: 'S' is 0x53... metze Modified: branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl Changeset: Modified: branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl =================================================================== --- branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl 2007-06-11 11:00:04 UTC (rev 23417) +++ branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl 2007-06-11 13:02:30 UTC (rev 23418) @@ -148,14 +148,14 @@ * prefixMap * w2k unknown * w2k3 unknown - * samba4 uses 0x44544442 'DSDB' + * samba4 uses 0x44534442 'DSDB' * * as we windows don't return the prefixMap attribute when you ask for * we don't know the format, but the attribute is not replicated * so that we can choose our own format... */ typedef [v1_enum] enum { - PREFIX_MAP_VERSION_DSDB = 0x44544442 + PREFIX_MAP_VERSION_DSDB = 0x44534442 } prefixMapVersion; typedef [nodiscriminant] union {
