From 0023e5b6982a09d8b08bfb882a81f560816dd95d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 11 Aug 2004 22:09:54 +0000 Subject: r1742: Add the IDispatch interface (This used to be commit 798017bd10338a3a53aa5616a5eeb1146b24180f) --- source4/librpc/idl/epmapper.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/epmapper.idl') diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index fb6fa4ae7f..5331163810 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -54,7 +54,7 @@ interface epmapper EPM_PROTOCOL_NCACN_SMB = 0x0f, EPM_PROTOCOL_NCACN_PIPE = 0x10, EPM_PROTOCOL_NCACN_NETBIOS = 0x11, - EPM_PROTOCOL_NCACN_NB_NB = 0x12, + EPM_PROTOCOL_NCACN_NB_NB = 0x12, /* NetBIOS over NetBEUI */ EPM_PROTOCOL_NCACN_HTTP = 0x1f } epm_protocols; -- cgit