Backport of svn revision 482:

wrong order in parameters corrected


git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.6.x@486 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez
2010-03-14 18:38:31 +00:00
parent aaacf65f41
commit 70a0aff4e7
2 changed files with 37 additions and 32 deletions

View File

@@ -368,8 +368,9 @@ soap_request_and_response( IN membuffer * request,
// try again
ret_code = http_RequestAndResponse( destination_url, request->buf,
request->length,
HTTPMETHOD_MPOST,
request->length, UPNP_TIMEOUT,
UPNP_TIMEOUT,
response );
if( ret_code != 0 ) {
httpmsg_destroy( &response->msg );