Add a missing quote and fix UPnP regressions.

This commit is contained in:
Josh Elsasser 2007-06-10 22:01:46 +00:00
parent b19a3ec7d9
commit de7287a829
1 changed files with 1 additions and 1 deletions

View File

@ -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