diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-16 18:11:37 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-16 18:11:37 +0200 |
commit | c47286e57a80b731a4e7d938572f3b6f0a0a6c57 (patch) | |
tree | dde83b6c72caa2515b51b5ef41d06eedbfecd95a /source4 | |
parent | d49f94621bd1d18437d5846d61b84054f35d39e4 (diff) | |
download | samba-c47286e57a80b731a4e7d938572f3b6f0a0a6c57.tar.gz samba-c47286e57a80b731a4e7d938572f3b6f0a0a6c57.tar.bz2 samba-c47286e57a80b731a4e7d938572f3b6f0a0a6c57.zip |
Fix todo element on actually implemented function.
(This used to be commit dedbeea4d28ae10a15766e38e59593a2799183f3)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index 9652571668..2f48287233 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -849,7 +849,7 @@ interface drsuapi [case(1)] drsuapi_DsNameCtr1 *ctr1; } drsuapi_DsNameCtr; - [todo] WERROR drsuapi_DsCrackNames( + WERROR drsuapi_DsCrackNames( [in] policy_handle *bind_handle, [in, out] int32 level, [in,switch_is(level)] drsuapi_DsNameRequest req, |