summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-04-23 17:40:10 (UTC)
committer llornkcor <llornkcor>2002-04-23 17:40:10 (UTC)
commit7200c56e4ccc6aa83d1a3ef86ddda9470492ab52 (patch) (unidiff)
treeefa9dd4bc86ea8a452c2338caea0a63d02756d0d
parentadf10e0e160b18fe329b6baccf5dc666d612fe8e (diff)
downloadopie-7200c56e4ccc6aa83d1a3ef86ddda9470492ab52.zip
opie-7200c56e4ccc6aa83d1a3ef86ddda9470492ab52.tar.gz
opie-7200c56e4ccc6aa83d1a3ef86ddda9470492ab52.tar.bz2
default of 192.168.129.0/24 wasn't showing on first time
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/settings/security/security.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/settings/security/security.cpp b/core/settings/security/security.cpp
index f4116b0..6c1931a 100644
--- a/core/settings/security/security.cpp
+++ b/core/settings/security/security.cpp
@@ -39,3 +39,3 @@ Security::Security( QWidget* parent, const char* name, WFlags fl )
39 cfg.setGroup("Sync"); 39 cfg.setGroup("Sync");
40 int auth_peer = cfg.readNumEntry("auth_peer",0xc0a80100); 40 int auth_peer = cfg.readNumEntry("auth_peer",0xc0a88100);//new default 192.168.129.0/24
41 int auth_peer_bits = cfg.readNumEntry("auth_peer_bits",24); 41 int auth_peer_bits = cfg.readNumEntry("auth_peer_bits",24);