diff --git a/apps/registrar_client/SIPRegistrarClient.cpp b/apps/registrar_client/SIPRegistrarClient.cpp
index c3147a0..8bbfb11 100644
--- a/apps/registrar_client/SIPRegistrarClient.cpp
+++ b/apps/registrar_client/SIPRegistrarClient.cpp
@@ -340,7 +340,7 @@
 							      name, auth_user, pwd, 
 							      proxy, contact),
 					  l_handle, sess_link));
-  return handle;
+  return l_handle;
 }
 
 void SIPRegistrarClient::removeRegistration(const string& handle) {
