diff -r ed1e38b404e5 -r 6134b5029079 convergedconnectionhandler/cchserver/src/cchservicehandler.cpp --- a/convergedconnectionhandler/cchserver/src/cchservicehandler.cpp Wed Mar 31 21:20:05 2010 +0300 +++ b/convergedconnectionhandler/cchserver/src/cchservicehandler.cpp Wed Apr 14 15:49:55 2010 +0300 @@ -614,7 +614,6 @@ CCHLOGSTRING2( "CCCHServiceHandler[0x%x]::HandleDelayedNotifyEvent IN", this ); - iDelayedHandleNotifyServiceId = 0; CancelHandleNotifyDelayTimer(); TServiceSelection selection; @@ -659,6 +658,7 @@ TRAP_IGNORE( UpdateL( ETrue ) ); } + iDelayedHandleNotifyServiceId = 0; CCHLOGSTRING( "CCCHServiceHandler::HandleDelayedNotifyEvent OUT" ); }