diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-20 10:41:27 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-20 10:41:27 +0000 |
commit | 2ffa7047ec0475856481b9e813eecb99b268d2d0 (patch) | |
tree | 0fda1b8c11a018c049b07e20059e38e1c693e266 /protocols/Tlen/src/jabber_thread.cpp | |
parent | 5560fccb85a89bb668a79eed3d4cd0e668278331 (diff) |
protocols must return unique ids on SendMsg
git-svn-id: http://svn.miranda-ng.org/main/trunk@4481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen/src/jabber_thread.cpp')
-rw-r--r-- | protocols/Tlen/src/jabber_thread.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Tlen/src/jabber_thread.cpp b/protocols/Tlen/src/jabber_thread.cpp index 0cc09e86c4..fa3022279a 100644 --- a/protocols/Tlen/src/jabber_thread.cpp +++ b/protocols/Tlen/src/jabber_thread.cpp @@ -112,7 +112,6 @@ void __cdecl JabberServerThread(ThreadData *info) int reconnectMaxTime;
int numRetry;
int reconnectTime;
- char *str;
int loginErr = 0;
JabberLog(info->proto, "Thread started");
|