diff -r 5c72fd91570d -r 594d15129e2c upnp/upnpstack/serviceframework/src/upnpdevice.cpp --- a/upnp/upnpstack/serviceframework/src/upnpdevice.cpp Tue Aug 31 16:06:48 2010 +0300 +++ b/upnp/upnpstack/serviceframework/src/upnpdevice.cpp Wed Sep 01 12:27:00 2010 +0100 @@ -544,7 +544,7 @@ for (TInt i = 0; i < iDeviceList.Count(); i++ ) { - TRAP_IGNORE(aDevices.AppendL( iDeviceList[i] )); + aDevices.Append( iDeviceList[i] ); iDeviceList[i]->GetAllDevices(aDevices); }