diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-11-13 19:04:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:28:11 -0500 |
commit | f612da2848d020fedf9e6063031ce8b3305db3e5 (patch) | |
tree | 34900956a4080daa12c82738ee30962ff05e87cb | |
parent | 57b482c04fc0a47269d3c17fc34673a9aa1f20f4 (diff) | |
download | samba-f612da2848d020fedf9e6063031ce8b3305db3e5.tar.gz samba-f612da2848d020fedf9e6063031ce8b3305db3e5.tar.bz2 samba-f612da2848d020fedf9e6063031ce8b3305db3e5.zip |
r19697: use the same mailslot name as windows does,
this also let wireshark match the responses
metze
(This used to be commit 9e52b0b9b59e2c8ee7b1242a191cc37e462842c1)
-rw-r--r-- | source4/librpc/idl/nbt.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl index 57e5560e99..1e49364572 100644 --- a/source4/librpc/idl/nbt.idl +++ b/source4/librpc/idl/nbt.idl @@ -242,7 +242,7 @@ interface nbt const string NBT_MAILSLOT_NETLOGON = "\\MAILSLOT\\NET\\NETLOGON"; const string NBT_MAILSLOT_NTLOGON = "\\MAILSLOT\\NET\\NTLOGON"; - const string NBT_MAILSLOT_GETDC = "\\MAILSLOT\\GETDC"; + const string NBT_MAILSLOT_GETDC = "\\MAILSLOT\\NET\\GETDC"; const string NBT_MAILSLOT_BROWSE = "\\MAILSLOT\\BROWSE"; typedef [enum8bit] enum { |