satengine/SatServer/Commands/LaunchBrowserCmd/src/CLaunchBrowserHandler.cpp
branchRCL_3
changeset 6 1b9ee3c7442d
parent 0 ff3b6d0fd310
child 19 7d48bed6ce0c
equal deleted inserted replaced
5:7237db0d9fca 6:1b9ee3c7442d
  1525     LOG2( SIMPLE, "LAUNCHBROWSER: \
  1525     LOG2( SIMPLE, "LAUNCHBROWSER: \
  1526     CLaunchBrowserHandler::ValidateGatewayAddress aAddress: %s", &aAddress )
  1526     CLaunchBrowserHandler::ValidateGatewayAddress aAddress: %s", &aAddress )
  1527     TInt ipvType( KSatInvalidPdpType );
  1527     TInt ipvType( KSatInvalidPdpType );
  1528     TInt length( aAddress.Length() );
  1528     TInt length( aAddress.Length() );
  1529     
  1529     
  1530     if ( &aAddress && length )
  1530     if ( length )
  1531         {
  1531         {
  1532         // The maximum length of a IP address is less than 39.
  1532         // The maximum length of a IP address is less than 39.
  1533         if ( KSatMaxIPv4AddressLength >= length && 
  1533         if ( KSatMaxIPv4AddressLength >= length && 
  1534                 KSatMinIPv4AddressLength <= length )
  1534                 KSatMinIPv4AddressLength <= length )
  1535             {
  1535             {