]> git.sesse.net Git - vlc/blobdiff - modules/access_filter/bandwidth.c
Revert the so-called whitelisting commits that are actually blacklisting
[vlc] / modules / access_filter / bandwidth.c
index 1d6d00cc344e68df96fb93755d6bc7d8ca5be326..7553c0e9d7411940be48e419ca27ac7b15a7e894 100644 (file)
@@ -47,8 +47,6 @@ vlc_module_begin ();
 
     add_integer ("access-bandwidth", 65536, NULL, BANDWIDTH_TEXT,
                  BANDWIDTH_LONGTEXT, VLC_FALSE);
-        change_safe();
-
 vlc_module_end();
 
 static ssize_t Read (access_t *access, uint8_t *buffer, size_t len);