Skip to content

Commit

Permalink
[mcp-account-manager] Ensure that param-account is stored after query…
Browse files Browse the repository at this point in the history
…ing identity

Without this call, the subsequent read in _account_create will fail
and result in the account being ignored for not having a valid username.
  • Loading branch information
John Brooks committed Feb 26, 2013
1 parent f260803 commit b065eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcp-account-manager-uoa/mcp-account-manager-uoa.c
Expand Up @@ -332,7 +332,7 @@ _account_created_signon_cb(SignonIdentity *signon,
{
/* Must be stored for CMs */
_service_set_tp_value (data->service, "param-account", username);
//ag_account_store (data->account, _account_stored_cb, data->self);
ag_account_store (data->account, _account_stored_cb, data->self);

_account_create (data->self, data->service);
}
Expand Down

0 comments on commit b065eac

Please sign in to comment.