From 982b3d7412124b1ce2e1b0d5274ee0e3cef2d309 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Sat, 18 Jun 2005 22:37:11 +0000 Subject: r7737: Test for libnet_Lookup function. rafal (This used to be commit 4655881fac37dbf26a5d60385e5f0a70b8c1c775) --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 1ca4046a49..4cc61bc288 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2342,6 +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-CREATEUSER", torture_createuser, 0}, {NULL, NULL, 0}}; -- cgit