diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-04-18 14:43:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:06 -0500 |
commit | a60ab76694edeb79dcd6e8bf1b381a46ff8d54ee (patch) | |
tree | e591552cea1d133fa9bedba0b9656f64ab84880f /source4/librpc | |
parent | 8636c243d648b76ef98283f5858267ed87e0d385 (diff) | |
download | samba-a60ab76694edeb79dcd6e8bf1b381a46ff8d54ee.tar.gz samba-a60ab76694edeb79dcd6e8bf1b381a46ff8d54ee.tar.bz2 samba-a60ab76694edeb79dcd6e8bf1b381a46ff8d54ee.zip |
r22339: Run some more tests.
(This used to be commit 1b73e6a776a3ef478718f656523d125d28589f5c)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/wkssvc.idl | 3 |
1 files changed, 2 insertions, 1 deletions
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; |