[vlc-commits] network: remove no-op continue
Rémi Denis-Courmont
git at videolan.org
Sun Sep 21 10:40:03 CEST 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Sep 18 18:09:41 2014 +0300| [97956957542fa34e97698a15dc0f2374b2980857] | committer: Rémi Denis-Courmont
network: remove no-op continue
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=97956957542fa34e97698a15dc0f2374b2980857
---
src/network/tcp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/network/tcp.c b/src/network/tcp.c
index 7882a1d..b7712ee 100644
--- a/src/network/tcp.c
+++ b/src/network/tcp.c
@@ -210,7 +210,6 @@ int net_Connect( vlc_object_t *p_this, const char *psz_host, int i_port,
next_ai: /* failure */
net_Close( fd );
- continue;
}
freeaddrinfo( res );
More information about the vlc-commits
mailing list