diff options
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() { |