mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
Add a missing quote and fix UPnP regressions.
This commit is contained in:
parent
b19a3ec7d9
commit
de7287a829
1 changed files with 1 additions and 1 deletions
|
@ -1251,7 +1251,7 @@ soapRequest( int retry, const char * host, int port, const char * path,
|
|||
" xmlns:s=\"" SOAP_ENVELOPE "\""
|
||||
" s:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">"
|
||||
" <s:Body>"
|
||||
" <u:%s xmlns:u=\%s\">", action->name, type );
|
||||
" <u:%s xmlns:u=\"%s\">", action->name, type );
|
||||
|
||||
va_start( ap, action );
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue