$NetBSD: patch-af,v 1.1.1.1 2002/11/14 00:55:44 hubertf Exp $

--- src/contoport.c.orig	Wed Mar 15 23:13:28 2000
+++ src/contoport.c
@@ -21,7 +21,7 @@
 {
 	struct addrinfo hints, *res, *a;
 	char p[10];
-	int err, s;
+	int err, s=-1;
 
 	snprintf(p, 9, "%d", port_number);
 
