summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime
authortille <tille>2002-06-26 16:34:14 (UTC)
committer tille <tille>2002-06-26 16:34:14 (UTC)
commit9d692658a94c59889c6e46baaeae971226952eb8 (patch) (side-by-side diff)
tree4cd8a9cf939a5e096e3c1610feac1678131b1673 /noncore/settings/netsystemtime
parent12ec527b60e774d0f794fa98f8b6fdf9c194b7a9 (diff)
downloadopie-9d692658a94c59889c6e46baaeae971226952eb8.zip
opie-9d692658a94c59889c6e46baaeae971226952eb8.tar.gz
opie-9d692658a94c59889c6e46baaeae971226952eb8.tar.bz2
improved startup
Diffstat (limited to 'noncore/settings/netsystemtime') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/ntp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/settings/netsystemtime/ntp.cpp b/noncore/settings/netsystemtime/ntp.cpp
index bcbf7a1..b2f5332 100644
--- a/noncore/settings/netsystemtime/ntp.cpp
+++ b/noncore/settings/netsystemtime/ntp.cpp
@@ -266,7 +266,6 @@ void Ntp::slotCheckNtp(int i)
void Ntp::slotProbeNtpServer()
{
- if ( ntpDelayElapsed() )
ntpSock->connectToHost( getNtpServer() ,123);
}