diff -r fb2c519f85e0 -r 7a45d2ea2f56 localconnectivityservice/dun/atext/src/DunAtCmdPusher.cpp --- a/localconnectivityservice/dun/atext/src/DunAtCmdPusher.cpp Tue Sep 14 22:59:42 2010 +0300 +++ b/localconnectivityservice/dun/atext/src/DunAtCmdPusher.cpp Wed Oct 13 15:32:36 2010 +0300 @@ -119,13 +119,13 @@ return KErrGeneral; } iStatus = KRequestPending; + iAtPushState = EDunStateAtCmdPushing; iAtCmdExt->HandleCommand( iStatus, aInput, iRecvBuffer, iReplyLeftPckg, iReplyTypePckg ); SetActive(); - iAtPushState = EDunStateAtCmdPushing; FTRACE(FPrint( _L("CDunAtCmdPusher::IssueRequest() complete") )); return KErrNone; }