[vlc-commits] Remove dead code (and infinite loop) (cid #1049331)

Rémi Duraffort git at videolan.org
Mon Jul 22 17:34:27 CEST 2013


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Jul 22 17:29:33 2013 +0200| [59c76c6e6444afd0879cc9130008b538cf38fa1b] | committer: Rémi Duraffort

Remove dead code (and infinite loop) (cid #1049331)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=59c76c6e6444afd0879cc9130008b538cf38fa1b
---

 src/network/tls.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/network/tls.c b/src/network/tls.c
index aec93d4..8874e70 100644
--- a/src/network/tls.c
+++ b/src/network/tls.c
@@ -231,7 +231,6 @@ vlc_tls_t *vlc_tls_ClientSessionCreate (vlc_tls_creds_t *crd, int fd,
             break;
         }
     }
-    while (val > 0);
 
     if (val != 0)
     {



More information about the vlc-commits mailing list