From 0656756d8266ea269b7f8f7dd2f21158ffb194cd Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Sat, 28 Oct 2000 00:44:46 +0000 Subject: [PATCH] With search path processing in the server, LWRES_R_INCOMPLETE is no longer returned. --- bin/tests/system/lwresd/lwtest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/lwresd/lwtest.c b/bin/tests/system/lwresd/lwtest.c index 081d727f01..452f02d76f 100644 --- a/bin/tests/system/lwresd/lwtest.c +++ b/bin/tests/system/lwresd/lwtest.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwtest.c,v 1.16 2000/10/13 18:51:57 halley Exp $ */ +/* $Id: lwtest.c,v 1.17 2000/10/28 00:44:46 bwelling Exp $ */ #include @@ -624,7 +624,7 @@ main(void) { test_gabn("a.", LWRES_R_NOTFOUND, NULL, LWRES_ADDRTYPE_V4); test_gabn("a2", LWRES_R_SUCCESS, "10.0.1.1", LWRES_ADDRTYPE_V4); - test_gabn("a3", LWRES_R_INCOMPLETE, NULL, LWRES_ADDRTYPE_V4); + test_gabn("a3", LWRES_R_NOTFOUND, NULL, LWRES_ADDRTYPE_V4); test_gabn("b.example1", LWRES_R_SUCCESS, "eeee:eeee:eeee:eeee:ffff:ffff:ffff:ffff",