diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/exchange-operations/exchange-account-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c index 8f14f5d9d8..ce63d1ef06 100644 --- a/plugins/exchange-operations/exchange-account-setup.c +++ b/plugins/exchange-operations/exchange-account-setup.c @@ -461,7 +461,7 @@ owa_authenticate_user(GtkWidget *button, EConfig *config) exchange_params->is_ntlm = TRUE; else exchange_params->is_ntlm = FALSE; - valid = e2k_validate_user (owa_url, url->user, exchange_params, + valid = e2k_validate_user (owa_url, &url->user, exchange_params, &remember_password, &result); if (!valid) |