X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fopenid%2Fserv_openid_rp.c;fp=citadel%2Fmodules%2Fopenid%2Fserv_openid_rp.c;h=69479190e132ebb8233e631d56aee08b1b042f59;hb=39e0649930fc89da0b0b56a0ca80ef021b3154a6;hp=8ed7712e5eefd665d617e88ea9f55a5e0c4052a8;hpb=4fcc6e3ede3207ba80d92ae52443cf53edf175e0;p=citadel.git diff --git a/citadel/modules/openid/serv_openid_rp.c b/citadel/modules/openid/serv_openid_rp.c index 8ed7712e5..69479190e 100644 --- a/citadel/modules/openid/serv_openid_rp.c +++ b/citadel/modules/openid/serv_openid_rp.c @@ -402,7 +402,7 @@ int openid_create_user_via_ax(StrBuf *claimed_id, HashList *sreg_keys) } /* The desired account name is available. Create the account and log it in! */ - if (create_user(nickname, len, 1)) return(6); + if (create_user(nickname, 1)) return(6); /* Generate a random password. * The user doesn't care what the password is since he is using OpenID.