diff options
author | 2007-05-18 01:10:59 +0000 | |
---|---|---|
committer | 2007-05-18 01:10:59 +0000 | |
commit | c4fc68c398b43a7b8279348b405b5191b37a266a (patch) | |
tree | 189db7ea3918d3f99a3aa557b5652da828099ec5 /lib/libc | |
parent | djm owes me a vb and a tism cd for breaking ssh compilation (diff) | |
download | wireguard-openbsd-c4fc68c398b43a7b8279348b405b5191b37a266a.tar.xz wireguard-openbsd-c4fc68c398b43a7b8279348b405b5191b37a266a.zip |
Remove no-op code. From tbert.
OK moritz@ and jaredy@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/getaddrinfo.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/net/getaddrinfo.c b/lib/libc/net/getaddrinfo.c index 5e11ab00c3a..8d92ec955dc 100644 --- a/lib/libc/net/getaddrinfo.c +++ b/lib/libc/net/getaddrinfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getaddrinfo.c,v 1.65 2007/05/17 03:55:08 ray Exp $ */ +/* $OpenBSD: getaddrinfo.c,v 1.66 2007/05/18 01:10:59 ray Exp $ */ /* $KAME: getaddrinfo.c,v 1.31 2000/08/31 17:36:43 itojun Exp $ */ /* @@ -455,8 +455,6 @@ getaddrinfo(const char *hostname, const char *servname, if (sentinel.ai_next) error = 0; - if (error) - goto free; if (error == 0) { if (sentinel.ai_next) { good: |