diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2006-04-22 15:49:03 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2006-04-22 15:49:03 +0800 |
commit | 29ec3be40e0c8894166801e276adf39598eba5e0 (patch) | |
tree | d3bbddda378dd835c243a83d7dfde64b005743a4 /plugins | |
parent | c2d58cc231a24ef344af1df6811bcac9606eafd0 (diff) | |
download | gsoc2013-evolution-29ec3be40e0c8894166801e276adf39598eba5e0.tar.gz gsoc2013-evolution-29ec3be40e0c8894166801e276adf39598eba5e0.tar.zst gsoc2013-evolution-29ec3be40e0c8894166801e276adf39598eba5e0.zip |
Changed the function signature. Fixes #329371.
* exchange-account-setup.c (owa_authenticate_user): Changed the function
signature. Fixes #329371.
svn path=/trunk/; revision=31864
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) |