[evolution-patches] Re: Exchange connector: Patch for #72801
- From: Sarfraaz Ahmed <asarfraaz novell com>
- To: Sushma Rai <rsushma novell com>
- Cc: Evolution Patches List <evolution-patches lists ximian com>
- Subject: [evolution-patches] Re: Exchange connector: Patch for #72801
- Date: Fri, 11 Mar 2005 10:58:53 +0530
Looks fine. In the exchange_account_connect, we should rather be setting the nt_domain before the "try_password_again" label, just after we do a e2k_autoconfig_new.
Thanks
-- Sarfraaz
@@ -1326,6 +1347,11 @@ exchange_account_connect (ExchangeAccoun
try_connect_again:
account->priv->ctx = e2k_autoconfig_get_context (ac, NULL, &result);
+
+ if (ac->nt_domain)
+ account->priv->nt_domain = g_strdup (ac->nt_domain);
+ else
+ account->priv->nt_domain = NULL;
if (result != E2K_AUTOCONFIG_OK) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]