Commit e4de986a authored by Ilkka Ollakka's avatar Ilkka Ollakka

don't use empty string for user-agent

parent 29d478ff
...@@ -2057,7 +2057,7 @@ vlc_module_begin () ...@@ -2057,7 +2057,7 @@ vlc_module_begin ()
DATA_PATH_LONGTEXT, true ) DATA_PATH_LONGTEXT, true )
change_need_restart () change_need_restart ()
add_string( "user-agent", "(LibVLC "VERSION")", NULL, "", "", true ) add_string( "user-agent", "(LibVLC "VERSION")", NULL, NULL, NULL, true )
change_safe () change_safe ()
change_private () change_private ()
......
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