svn commit: samba r19697 - in branches/SAMBA_4_0/source/librpc/idl: .

metze at samba.org metze at samba.org
Mon Nov 13 19:04:33 GMT 2006


Author: metze
Date: 2006-11-13 19:04:32 +0000 (Mon, 13 Nov 2006)
New Revision: 19697

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

Log:
use the same mailslot name as windows does,
this also let wireshark match the responses

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/nbt.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/nbt.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/nbt.idl	2006-11-13 18:59:46 UTC (rev 19696)
+++ branches/SAMBA_4_0/source/librpc/idl/nbt.idl	2006-11-13 19:04:32 UTC (rev 19697)
@@ -242,7 +242,7 @@
 
 	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 {



More information about the samba-cvs mailing list