--- a/upnp/upnpstack/dlnawebserver/src/upnphttpsession.cpp Tue Aug 31 16:06:48 2010 +0300
+++ b/upnp/upnpstack/dlnawebserver/src/upnphttpsession.cpp Wed Sep 01 12:27:00 2010 +0100
@@ -1445,7 +1445,7 @@
CUpnpHttpHeader* hdr = List->First();
- if(hdr != NULL)
+ if(hdr != NULL)
{
HBufC8* newHeader = NULL;
newHeader = HBufC8::NewLC( KTransferPending801().Length() );
@@ -1456,7 +1456,6 @@
CleanupStack::PopAndDestroy( newHeader );
}
-
msg->SetOutFilenameL( *iOutFilename );
CleanupStack::Pop( msg );
NotifyUpperLayerLD( msg );