summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/network/kernel/qhostinfo_symbian.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/kernel/qhostinfo_symbian.cpp b/src/network/kernel/qhostinfo_symbian.cpp
index 65c3d62..ca76b12 100644
--- a/src/network/kernel/qhostinfo_symbian.cpp
+++ b/src/network/kernel/qhostinfo_symbian.cpp
@@ -292,8 +292,6 @@ void QSymbianHostResolver::requestHostLookup()
//self complete so that RunL can inform manager without causing recursion
iState = EError;
- iStatus = KRequestPending;
- SetActive();
TRequestStatus* stat = &iStatus;
User::RequestComplete(stat, err);
}