]> git.sesse.net Git - vlc/blobdiff - modules/access/http.c
Remove obvious statement.
[vlc] / modules / access / http.c
index 926435d4cd11a7b75c60ff958ed91c66edcdcc00..b45485835d3556cbf019dcd785bff8a01630a860 100644 (file)
@@ -1162,7 +1162,7 @@ static int Connect( access_t *p_access, uint64_t i_tell )
     setsockopt (p_sys->fd, SOL_SOCKET, SO_KEEPALIVE, &(int){ 1 }, sizeof (int));
 
     /* Initialize TLS/SSL session */
-    if( p_sys->b_ssl == true )
+    if( p_sys->b_ssl )
     {
         /* CONNECT to establish TLS tunnel through HTTP proxy */
         if( p_sys->b_proxy )