blob: ad5597b0e158aa0f6017974e9774f7f57014b789 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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);
|