Commit d4ab9ebe authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix compilation

parent 1ce085d8
...@@ -465,6 +465,7 @@ static int OpenWithCookies( vlc_object_t *p_this, const char *psz_access, ...@@ -465,6 +465,7 @@ static int OpenWithCookies( vlc_object_t *p_this, const char *psz_access,
"in registry." ); "in registry." );
} }
} }
#else
else else
{ {
psz = getenv( "http_proxy" ); psz = getenv( "http_proxy" );
...@@ -474,6 +475,7 @@ static int OpenWithCookies( vlc_object_t *p_this, const char *psz_access, ...@@ -474,6 +475,7 @@ static int OpenWithCookies( vlc_object_t *p_this, const char *psz_access,
vlc_UrlParse( &p_sys->proxy, psz, 0 ); vlc_UrlParse( &p_sys->proxy, psz, 0 );
} }
} }
#endif
if( psz ) /* No, this is NOT a use-after-free error */ if( psz ) /* No, this is NOT a use-after-free error */
{ {
......
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