From d448b73b5c80d73a7bdb3a669d9660c0a67da336 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 1 May 2005 10:18:58 +0000 Subject: r6557: make srvsvc available on ncalrpc and ncacn_ip_tcp so we can do each comparitive benchmarks (This used to be commit d4e702da77be0e96198fc1585fa7858717d236a6) --- source4/librpc/idl/srvsvc.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/librpc/idl/srvsvc.idl') diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl index d7210eef1e..e986ea16ed 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -6,6 +6,7 @@ [ uuid("4b324fc8-1670-01d3-1278-5a47bf6ee188"), version(3.0), + endpoint("ncacn_np:[\\pipe\\srvsvc]", "ncacn_ip_tcp:", "ncalrpc:"), pointer_default(unique), helpstring("Server Service"), depends(security,svcctl) -- cgit