]> git.sesse.net Git - vlc/blobdiff - src/config/chain.c
Consistent naming
[vlc] / src / config / chain.c
index ebb8a80634d11f3fbfb1359f5bf8d32c1d35827f..6ac8d2d045490b0d697b714df3c3951067a3a490 100644 (file)
@@ -320,7 +320,7 @@ void __config_ChainParse( vlc_object_t *p_this, const char *psz_prefix,
                  msg_Warn( p_this, "Option %s is obsolete. Use %s instead.",
                            name, psz_name );
             }
-            if( p_conf->b_unsafe )
+            if( p_conf->b_safe )
             {
                 int policy = config_GetInt( p_this, "security-policy" );
                 switch( policy )