localconnectivityservice/dun/atext/src/DunAtNvramListen.cpp
changeset 52 866b4af7ffbe
parent 29 3ae5cb0b4c02
child 54 4dc88a4ac6f4
--- a/localconnectivityservice/dun/atext/src/DunAtNvramListen.cpp	Fri Sep 17 11:40:03 2010 +0800
+++ b/localconnectivityservice/dun/atext/src/DunAtNvramListen.cpp	Tue Sep 28 20:14:08 2010 +0800
@@ -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;
     }