summaryrefslogtreecommitdiffstats
path: root/lasso
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-07 10:48:05 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-07 10:48:05 +0000
commit0b31906355f547945e961861259e639ab9e1c84c (patch)
tree4a708bbf9a8d1bf99a09ddc8072a5e2c28746908 /lasso
parentc122a7727a1b873eee2293496d9b4db238ce2fd4 (diff)
downloadlasso-0b31906355f547945e961861259e639ab9e1c84c.tar.gz
lasso-0b31906355f547945e961861259e639ab9e1c84c.tar.xz
lasso-0b31906355f547945e961861259e639ab9e1c84c.zip
*** empty log message ***
Diffstat (limited to 'lasso')
-rw-r--r--lasso/id-ff/login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-ff/login.c b/lasso/id-ff/login.c
index f2dd36e4..bc5fd0bb 100644
--- a/lasso/id-ff/login.c
+++ b/lasso/id-ff/login.c
@@ -42,7 +42,7 @@ lasso_login_process_federation(LassoLogin *login)
/* verify if a user context exists else create it */
if (LASSO_PROFILE_CONTEXT(login)->user == NULL) {
- LASSO_PROFILE_CONTEXT(login)->user = lasso_user_new("");
+ LASSO_PROFILE_CONTEXT(login)->user = lasso_user_new();
}
identity = lasso_user_get_identity(LASSO_PROFILE_CONTEXT(login)->user,
LASSO_PROFILE_CONTEXT(login)->remote_providerID);