localconnectivityservice/dun/atext/src/DunAtNvramListen.cpp
branchRCL_3
changeset 44 7a45d2ea2f56
parent 0 c3e98f10fcf4
--- 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;
     }