From a60ab76694edeb79dcd6e8bf1b381a46ff8d54ee Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 18 Apr 2007 14:43:05 +0000 Subject: r22339: Run some more tests. (This used to be commit 1b73e6a776a3ef478718f656523d125d28589f5c) --- source4/librpc/idl/wkssvc.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl/wkssvc.idl') diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl index 3ee88bcac1..a089178e3f 100644 --- a/source4/librpc/idl/wkssvc.idl +++ b/source4/librpc/idl/wkssvc.idl @@ -8,7 +8,8 @@ import "srvsvc.idl"; version(1.0), pointer_default(unique), pointer_default_top(unique), - helpstring("Workstation Service") + helpstring("Workstation Service"), + endpoint("ncacn_np:[\\pipe\\wkssvc]","ncacn_ip_tcp:","ncalrpc:") ] interface wkssvc { declare [v1_enum] enum srvsvc_PlatformId; -- cgit