diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-07 12:00:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:26 -0500 |
commit | 0350f6f0609bd7463f15a5f8d7249446dffd357b (patch) | |
tree | 028d5de234953de539725c899c3757841bc53138 /source4/librpc/idl | |
parent | 4ac2be99588b48b0652a524bf12fb1aa9c3f5fbb (diff) | |
download | samba-0350f6f0609bd7463f15a5f8d7249446dffd357b.tar.gz samba-0350f6f0609bd7463f15a5f8d7249446dffd357b.tar.bz2 samba-0350f6f0609bd7463f15a5f8d7249446dffd357b.zip |
r13925: fix dependencies
metze
(This used to be commit 9dad1fb7bbc387d10c38334e3393dc9f18f4fa2f)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/samr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index 5b6fb30ec7..a9bcc49e37 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -13,7 +13,7 @@ endpoint("ncacn_np:[\\pipe\\samr]","ncacn_ip_tcp:", "ncalrpc:"), pointer_default(unique), pointer_default_top(unique), - depends(lsa,security) + depends(misc,lsa,security) ] interface samr { declare bitmap security_secinfo; |