diff -r e32024264ebb -r d7fc66ccd6fb satengine/SatServer/Commands/LaunchBrowserCmd/src/CLaunchBrowserHandler.cpp --- a/satengine/SatServer/Commands/LaunchBrowserCmd/src/CLaunchBrowserHandler.cpp Fri Apr 16 15:31:58 2010 +0300 +++ b/satengine/SatServer/Commands/LaunchBrowserCmd/src/CLaunchBrowserHandler.cpp Mon May 03 13:01:45 2010 +0300 @@ -1527,7 +1527,7 @@ TInt ipvType( KSatInvalidPdpType ); TInt length( aAddress.Length() ); - if ( &aAddress && length ) + if ( length ) { // The maximum length of a IP address is less than 39. if ( KSatMaxIPv4AddressLength >= length &&