Commit 59c76c6e authored by Rémi Duraffort's avatar Rémi Duraffort

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

parent f5df418a
...@@ -231,7 +231,6 @@ vlc_tls_t *vlc_tls_ClientSessionCreate (vlc_tls_creds_t *crd, int fd, ...@@ -231,7 +231,6 @@ vlc_tls_t *vlc_tls_ClientSessionCreate (vlc_tls_creds_t *crd, int fd,
break; break;
} }
} }
while (val > 0);
if (val != 0) if (val != 0)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment