From 23bb2c9fe1c0b60d99d90b0d872b999d940cde42 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Wed, 11 Jun 2008 10:50:21 -0400 Subject: [PATCH] oups] --- src/voiplink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/voiplink.cpp b/src/voiplink.cpp index 627c60e62d..1a762036ed 100644 --- a/src/voiplink.cpp +++ b/src/voiplink.cpp @@ -27,7 +27,7 @@ VoIPLink::VoIPLink(const AccountID& accountID) : _accountID(accountID), _localIPAddress("127.0.0.1"), _localPort(0), _initDone(false) { - _registrationError( NO_ERROR ); + _registrationError = NO_ERROR; } VoIPLink::~VoIPLink (void) -- GitLab