mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
miracle-sinkctl: do not quote the value of 'Public' header of OPTION method
Change-Id: I1e3994517f492aa7d9996494110077c81acc41b4
This commit is contained in:
parent
65535afa44
commit
0011c8eb40
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ static void sink_handle_options(struct ctl_sink *s,
|
|||
if (r < 0)
|
||||
return cli_vERR(r);
|
||||
|
||||
r = rtsp_message_append(rep, "<s>",
|
||||
r = rtsp_message_append(rep, "<&>",
|
||||
"Public",
|
||||
"org.wfa.wfd1.0, GET_PARAMETER, SET_PARAMETER");
|
||||
if (r < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue