diff -r fb2c519f85e0 -r 7a45d2ea2f56 localconnectivityservice/dun/atext/src/DunAtEcomListen.cpp --- a/localconnectivityservice/dun/atext/src/DunAtEcomListen.cpp Tue Sep 14 22:59:42 2010 +0300 +++ b/localconnectivityservice/dun/atext/src/DunAtEcomListen.cpp Wed Oct 13 15:32:36 2010 +0300 @@ -86,9 +86,9 @@ return KErrNotReady; } iStatus = KRequestPending; + iEcomListenState = EDunStateEcomListening; iAtCmdExt->ReceiveEcomPluginChange( iStatus, iPluginUidPckg, iEcomTypePckg ); SetActive(); - iEcomListenState = EDunStateEcomListening; FTRACE(FPrint( _L("CDunAtEcomListen::IssueRequest() complete") )); return KErrNone; }