Commit 299de9d9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

rdp: drop bogus non-zero priority

This plugin does not access local files.
parent 9c8d5afe
......@@ -83,7 +83,7 @@ vlc_module_begin()
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_ACCESS )
set_description( N_("RDP Remote Desktop") )
set_capability( "access_demux", 10 )
set_capability( "access_demux", 0 )
add_string( CFG_PREFIX "user", NULL, RDP_USER, RDP_USER, false )
change_safe()
......
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