From 4cbdc68c5d93ecf2a68ea48564d43d89981617fc Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Thu, 4 Feb 1999 19:44:31 +0000 Subject: [PATCH] SetupUrl should return a value...this fixes build problem on windows... --- mailnews/news/tests/nntpTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mailnews/news/tests/nntpTest.cpp b/mailnews/news/tests/nntpTest.cpp index 165777bca7a1..568f779ab96a 100644 --- a/mailnews/news/tests/nntpTest.cpp +++ b/mailnews/news/tests/nntpTest.cpp @@ -629,6 +629,8 @@ nsresult nsNntpTestDriver::SetupUrl(char *groupname) NS_IF_RELEASE(list); NS_IF_RELEASE(host); } + + return rv; } // if user provided the data...