Commit b0e55a6b authored by Ilkka Ollakka's avatar Ilkka Ollakka

don't use empty string for user-agent

(cherry picked from commit e4de986a143b0fdf4ef04b2b5e5286192b3ae4c1)
Signed-off-by: default avatarIlkka Ollakka <ileoo@videolan.org>
parent a643c2b7
......@@ -2055,7 +2055,7 @@ vlc_module_begin ()
DATA_PATH_LONGTEXT, true )
change_need_restart ()
add_string( "user-agent", "(LibVLC "VERSION")", NULL, "", "", true )
add_string( "user-agent", "(LibVLC "VERSION")", NULL, NULL, NULL, true )
change_safe ()
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