From 3335907548ce5e172fe95f05fd42306cf8cec9c4 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Wed, 8 Oct 2014 18:17:12 -0400
Subject: [PATCH] sipaccount: cleanup

Refs #56143

Change-Id: I0258119b94fd1b9a2d24587f7b65384f15be7a50
---
 daemon/src/sip/sipaccount.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/daemon/src/sip/sipaccount.cpp b/daemon/src/sip/sipaccount.cpp
index f19d7e533e..580263ead9 100644
--- a/daemon/src/sip/sipaccount.cpp
+++ b/daemon/src/sip/sipaccount.cpp
@@ -660,8 +660,8 @@ std::map<std::string, std::string> SIPAccount::getVolatileAccountDetails() const
     std::map<std::string, std::string> a = SIPAccountBase::getVolatileAccountDetails();
     std::stringstream codestream;
     codestream << registrationStateDetailed_.first;
-    a[ CONFIG_ACCOUNT_REGISTRATION_STATE_CODE ] = codestream.str();
-    a[ CONFIG_ACCOUNT_REGISTRATION_STATE_DESC ] = registrationStateDetailed_.second;
+    a[CONFIG_ACCOUNT_REGISTRATION_STATE_CODE] = codestream.str();
+    a[CONFIG_ACCOUNT_REGISTRATION_STATE_DESC] = registrationStateDetailed_.second;
 
 #ifdef SFL_PRESENCE
     if (presence_) {
-- 
GitLab