]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/rtsp.c
Fix Server: HTTP and RTSP header syntax
[vlc] / modules / stream_out / rtsp.c
index e237c0386494ecbda87f3ca6acca9a99b2f34a24..a1cc95317051da7d790541f7943e66f8f86d9a59 100644 (file)
@@ -398,7 +398,7 @@ static int RtspHandler( rtsp_stream_t *rtsp, rtsp_stream_id_t *id,
     answer->i_body = 0;
     answer->p_body = NULL;
 
-    httpd_MsgAdd( answer, "Server", "%s", PACKAGE_STRING );
+    httpd_MsgAdd( answer, "Server", "VLC/%s", VERSION );
 
     /* Date: is always allowed, and sometimes mandatory with RTSP/2.0. */
     struct tm ut;