tcpiputils/dhcp/te_dhcp/src/te_dhcpTestCommandSteps.cpp
changeset 66 34ec136802c5
parent 0 af10295192d8
child 71 a800ea6cb454
equal deleted inserted replaced
60:d69860d28da4 66:34ec136802c5
    84     GetIntFromConfig(ConfigSection(),_L("MakeIAPPrivate"), bRes);
    84     GetIntFromConfig(ConfigSection(),_L("MakeIAPPrivate"), bRes);
    85 	if( bRes )
    85 	if( bRes )
    86 		{
    86 		{
    87 		INFO_PRINTF2(_L("Making IAP %d private"),IAPToUseL());
    87 		INFO_PRINTF2(_L("Making IAP %d private"),IAPToUseL());
    88 		
    88 		
    89 		MakeIAPPrivateL(bRes);
    89 		//MakeIAPPrivateL(bRes);
    90 		}
    90 		}
    91 
    91 
    92 	SetTestStepResult(EPass);
    92 	SetTestStepResult(EPass);
    93 	return TestStepResult();
    93 	return TestStepResult();
    94 	}
    94 	}