satengine/SatServer/Commands/LaunchBrowserCmd/src/CLaunchBrowserHandler.cpp
changeset 15 d7fc66ccd6fb
parent 0 ff3b6d0fd310
child 27 7eb70891911c
--- 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 &&