diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-06-11 13:02:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:53:16 -0500 |
commit | 252984426ec0b717ece6c027b594b1f7dcfcb5f8 (patch) | |
tree | 79844682f34634ca26d2e64af370af52b7d71a73 | |
parent | c0b967fe774f4d0b3247ebd517891fbd9758a454 (diff) | |
download | samba-252984426ec0b717ece6c027b594b1f7dcfcb5f8.tar.gz samba-252984426ec0b717ece6c027b594b1f7dcfcb5f8.tar.bz2 samba-252984426ec0b717ece6c027b594b1f7dcfcb5f8.zip |
r23418: 'S' is 0x53...
metze
(This used to be commit a7be6810771b804932abbf2ace4c2a7c5dd8a349)
-rw-r--r-- | source4/librpc/idl/drsblobs.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |