diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-21 18:11:53 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-21 18:11:53 +0300 |
commit | 58ff139a2aa754f77b9908de2cdfda2c90aae7df (patch) | |
tree | 806a173cbc5df4980c7b1b3ebfd93ada6d9f247a /jabber_account.cpp | |
parent | 3aeaeb4d46c0913d35fe3731d9e7b4e8c7e17526 (diff) |
modified: jabber_account.cpp
modified: new_gpg.rc
modified: options.cpp
modified: resource.h
modified: utilities.cpp
Diffstat (limited to 'jabber_account.cpp')
-rw-r--r-- | jabber_account.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jabber_account.cpp b/jabber_account.cpp index 44c2d0b..85c89d6 100644 --- a/jabber_account.cpp +++ b/jabber_account.cpp @@ -55,7 +55,7 @@ JabberAccount::JabberAccount() AccountName = NULL; hSendHandler = INVALID_HANDLE_VALUE; AccountNumber = -1; - JabberInterface = INVALID_HANDLE_VALUE; + JabberInterface = NULL; } JabberAccount::~JabberAccount() { |