diff -r fb2c519f85e0 -r 7a45d2ea2f56 localconnectivityservice/dun/atext/src/DunAtNvramListen.cpp --- a/localconnectivityservice/dun/atext/src/DunAtNvramListen.cpp Tue Sep 14 22:59:42 2010 +0300 +++ b/localconnectivityservice/dun/atext/src/DunAtNvramListen.cpp Wed Oct 13 15:32:36 2010 +0300 @@ -91,9 +91,9 @@ iStarted = ETrue; } iStatus = KRequestPending; + iNvramHandleState = EDunStateNvramListening; iAtCmdExtCommon->ReceiveNvramStatusChange( iStatus, iNvramBuffer ); SetActive(); - iNvramHandleState = EDunStateNvramListening; FTRACE(FPrint( _L("CDunAtNvramListen::IssueRequest() complete") )); return KErrNone; }