From 2b13f2ccc0b53bb2f3a4f6dcc006d4dea7149e16 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 29 Sep 2004 08:48:32 +0000 Subject: Updated to fedora-glibc-20040929T0821 --- sunrpc/get_myaddr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sunrpc/get_myaddr.c') diff --git a/sunrpc/get_myaddr.c b/sunrpc/get_myaddr.c index ee822970f9..c0beee9c59 100644 --- a/sunrpc/get_myaddr.c +++ b/sunrpc/get_myaddr.c @@ -63,7 +63,7 @@ get_myaddress (struct sockaddr_in *addr) { struct ifaddrs *ifa; - if (getifaddrs (&ifa) == 0) + if (getifaddrs (&ifa) != 0) { perror ("get_myaddress: getifaddrs"); exit (1); -- cgit v1.2.3