diff options
author | Rafal Szczesniak <mimir@samba.org> | 2005-06-18 23:18:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:28 -0500 |
commit | 72acf91d444810cf468ca452e82ab041c0ac842a (patch) | |
tree | 3ca35814751b465afe66cb1d4abd8ab9a1761336 /source4 | |
parent | 982b3d7412124b1ce2e1b0d5274ee0e3cef2d309 (diff) | |
download | samba-72acf91d444810cf468ca452e82ab041c0ac842a.tar.gz samba-72acf91d444810cf468ca452e82ab041c0ac842a.tar.bz2 samba-72acf91d444810cf468ca452e82ab041c0ac842a.zip |
r7738: It's actually an API function test.
rafal
(This used to be commit ec29a1ffa7aec6f1822a92a8c62f5a0de51ec2ae)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 4cc61bc288..68a0f610fe 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2342,7 +2342,7 @@ static struct { {"NET-USERADD", torture_useradd, 0}, {"NET-USERDEL", torture_userdel, 0}, {"NET-DOMOPEN", torture_domainopen, 0}, - {"NET-LOOKUP", torture_lookup, 0}, + {"NET-API-LOOKUP", torture_lookup, 0}, {"NET-API-CREATEUSER", torture_createuser, 0}, {NULL, NULL, 0}}; |