Commit 1a2a411c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Ignore invalid ACL allow line

parent 98476650
...@@ -377,7 +377,7 @@ int ACL_LoadFile( vlc_acl_t *p_acl, const char *psz_path ) ...@@ -377,7 +377,7 @@ int ACL_LoadFile( vlc_acl_t *p_acl, const char *psz_path )
: ACL_AddHost( p_acl, psz_ip, true ) ) : ACL_AddHost( p_acl, psz_ip, true ) )
{ {
msg_Err( p_acl->p_owner, "cannot add ACL from %s", psz_path ); msg_Err( p_acl->p_owner, "cannot add ACL from %s", psz_path );
goto error; continue;
} }
} }
......
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