diff options
author | Günther Deschner <gd@samba.org> | 2008-10-17 21:15:00 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-18 23:25:58 +0200 |
commit | 80af41b5eaf362700ce6a22b6cc4698b96dd3b6f (patch) | |
tree | af29f671ac1ceffe6c7cac7bdec89aea237d0ef7 /librpc/idl | |
parent | d413e1f40a99e79bc2dcc85ea8a2758ab28e6799 (diff) | |
download | samba-80af41b5eaf362700ce6a22b6cc4698b96dd3b6f.tar.gz samba-80af41b5eaf362700ce6a22b6cc4698b96dd3b6f.tar.bz2 samba-80af41b5eaf362700ce6a22b6cc4698b96dd3b6f.zip |
drsuapi: build new merged drsuapi idl and helpers.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/drsuapi.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl index afea8f3efb..e4b5dc1fd9 100644 --- a/librpc/idl/drsuapi.idl +++ b/librpc/idl/drsuapi.idl @@ -8,7 +8,7 @@ import "security.idl", "misc.idl", "samr.idl"; endpoint("ncacn_np:[\\pipe\\lsass]","ncacn_np:[\\pipe\\protected_storage]", "ncacn_ip_tcp:", "ncalrpc:"), authservice("ldap"), helpstring("Active Directory Replication"), - helper("librpc/ndr/ndr_drsuapi.h"), + helper("../librpc/ndr/ndr_drsuapi.h"), pointer_default(unique) ] interface drsuapi |