Add a missing quote and fix UPnP regressions.
This commit is contained in:
parent
b19a3ec7d9
commit
de7287a829
|
@ -1251,7 +1251,7 @@ soapRequest( int retry, const char * host, int port, const char * path,
|
||||||
" xmlns:s=\"" SOAP_ENVELOPE "\""
|
" xmlns:s=\"" SOAP_ENVELOPE "\""
|
||||||
" s:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">"
|
" s:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">"
|
||||||
" <s:Body>"
|
" <s:Body>"
|
||||||
" <u:%s xmlns:u=\%s\">", action->name, type );
|
" <u:%s xmlns:u=\"%s\">", action->name, type );
|
||||||
|
|
||||||
va_start( ap, action );
|
va_start( ap, action );
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue