aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2006-04-22 15:49:03 +0800
committerSushma Rai <rsushma@src.gnome.org>2006-04-22 15:49:03 +0800
commit29ec3be40e0c8894166801e276adf39598eba5e0 (patch)
treed3bbddda378dd835c243a83d7dfde64b005743a4
parentc2d58cc231a24ef344af1df6811bcac9606eafd0 (diff)
downloadgsoc2013-evolution-29ec3be40e0c8894166801e276adf39598eba5e0.tar
gsoc2013-evolution-29ec3be40e0c8894166801e276adf39598eba5e0.tar.gz
gsoc2013-evolution-29ec3be40e0c8894166801e276adf39598eba5e0.tar.bz2
gsoc2013-evolution-29ec3be40e0c8894166801e276adf39598eba5e0.tar.lz
gsoc2013-evolution-29ec3be40e0c8894166801e276adf39598eba5e0.tar.xz
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
-rw-r--r--plugins/exchange-operations/exchange-account-setup.c2
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)