]> git.sesse.net Git - vlc/blobdiff - src/network/httpd.c
Merge branch 'master' of git://git.videolan.org/vlc
[vlc] / src / network / httpd.c
index 2a92dce44b8545d1c0413a44974793997464a13d..2e95eedc38ffd0d352de06c6e87bc50101db38dc 100644 (file)
@@ -33,7 +33,6 @@
 #include <assert.h>
 
 #include <vlc_network.h>
-#include <vlc_fs.h>
 #include <vlc_tls.h>
 #include <vlc_acl.h>
 #include <vlc_strings.h>
@@ -2145,7 +2144,7 @@ static void* httpd_HostThread( void *data )
                     answer->i_body = 0;
                     answer->p_body = NULL;
 
-                    httpd_MsgAdd( answer, "Server", "%s", PACKAGE_STRING );
+                    httpd_MsgAdd( answer, "Server", "VLC/%s", VERSION );
                     httpd_MsgAdd( answer, "Content-Length", "0" );
 
                     switch( query->i_proto )