11 lines
440 B
Diff
11 lines
440 B
Diff
--- plugins/exchange-operations/exchange-contacts.c 2008-05-02 01:25:38.000000000 +0530
|
|
+++ plugins/exchange-operations/exchange-contacts.c 2008-05-26 16:28:51.000000000 +0530
|
|
@@ -491,6 +491,7 @@ e_exchange_contacts_commit (EPlugin *epl
|
|
if (authtype) {
|
|
e_source_set_property (source, "auth-type", authtype);
|
|
g_free (authtype);
|
|
+ authtype=NULL;
|
|
}
|
|
e_source_set_property (source, "auth", "plain/password");
|
|
if (rename) {
|