Does this look ok to anyone?
/Johan
--- whois.c 2001/01/27 22:31:52 1.16
+++ whois.c 2001/01/27 22:37:35
@@ -310,6 +310,9 @@
#else
host = NICHOST;
#endif
+
+ if(getenv("WHOISHOST") != NULL)
+ host = getenv("WHOISHOST");
#ifdef RIPE
#ifdef NETWORKUPDATE