diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-05-19 15:45:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:56 -0500 |
commit | 283991e1fff8b74af693aeb634143b10b5e939c8 (patch) | |
tree | 1bee3b1a9a56fd1c6fadaa37da5173fb09c70d31 /source4/torture/torture.c | |
parent | 45511bd09b62266904c547398037fd41fbb8871e (diff) | |
download | samba-283991e1fff8b74af693aeb634143b10b5e939c8.tar.gz samba-283991e1fff8b74af693aeb634143b10b5e939c8.tar.bz2 samba-283991e1fff8b74af693aeb634143b10b5e939c8.zip |
r6907: Unixinfo for samba4, not activated by default.
Volker
(This used to be commit 81ddffde369c5b5e91bc130510f43c6841a789c4)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r-- | source4/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 8f49a125c5..f5e52c5358 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2260,6 +2260,7 @@ static struct { {"RPC-DFS", torture_rpc_dfs, 0}, {"RPC-SPOOLSS", torture_rpc_spoolss, 0}, {"RPC-SAMR", torture_rpc_samr, 0}, + {"RPC-UNIXINFO", torture_rpc_unixinfo, 0}, {"RPC-NETLOGON", torture_rpc_netlogon, 0}, {"RPC-SAMLOGON", torture_rpc_samlogon, 0}, {"RPC-SAMSYNC", torture_rpc_samsync, 0}, |