CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2014/01/03 08:25:18
Modified files: usr.bin/whois : whois.c Log message: The whois() function is called in a loop so make sure we close the socket to the whois server before returning. Adapted from a diff from Loganaden Velvindron.