From 252984426ec0b717ece6c027b594b1f7dcfcb5f8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 11 Jun 2007 13:02:30 +0000 Subject: r23418: 'S' is 0x53... metze (This used to be commit a7be6810771b804932abbf2ace4c2a7c5dd8a349) --- source4/librpc/idl/drsblobs.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/drsblobs.idl b/source4/librpc/idl/drsblobs.idl index 41016d65a9..f690e39ca4 100644 --- a/source4/librpc/idl/drsblobs.idl +++ b/source4/librpc/idl/drsblobs.idl @@ -148,14 +148,14 @@ interface drsblobs { * 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 { -- cgit