summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/icq_server.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-07-10 20:22:55 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-07-10 20:22:55 +0000
commit1949517360bffdb5fa747f3ed5f4ec4e78c14905 (patch)
tree3a3408a063d21e3484bb92390600378cd4e0fe2f /protocols/IcqOscarJ/src/icq_server.cpp
parentb7639142c91c6fa38285fdc6de661a0b36d41fbe (diff)
protocol DB helpers for ICQ
git-svn-id: http://svn.miranda-ng.org/main/trunk@5317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_server.cpp')
-rw-r--r--protocols/IcqOscarJ/src/icq_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_server.cpp b/protocols/IcqOscarJ/src/icq_server.cpp
index 4a4aebba2e..53a5420944 100644
--- a/protocols/IcqOscarJ/src/icq_server.cpp
+++ b/protocols/IcqOscarJ/src/icq_server.cpp
@@ -95,7 +95,7 @@ void __cdecl CIcqProto::ServerThread(serverthread_start_info *infoParam)
{
icq_LogUsingErrorCode(LOG_WARNING, GetLastError(), LPGEN("Miranda was unable to allocate a port to listen for direct peer-to-peer connections between clients. You will be able to use most of the ICQ network without problems but you may be unable to send or receive files.\n\nIf you have a firewall this may be blocking Miranda, in which case you should configure your firewall to leave some ports open and tell Miranda which ports to use in M->Options->ICQ->Network."));
wListenPort = 0;
- if (!bConstInternalIP) db_unset(NULL, m_szModuleName, "RealIP");
+ if (!bConstInternalIP) delSetting("RealIP");
}
else if (!bConstInternalIP)
setDword("RealIP", dwInternalIP);