CVS: sylpheedclaws/sylpheed-claws/src ldapupdate.c,1.1.2.16,1.1.2.17
[email protected] Wed, 31 Oct 2007 06:17:46 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src
In directory sunsite.dk:/tmp/cvs-serv5861/src
Modified Files:
Tag: gtk2
ldapupdate.c
Log Message:
2007-10-31 [paul] 3.0.2cvs110
* src/ldapupdate.c
fix bug 1375, 'Impossible to modify e-mail
in LDAP addressbook twice'
Patch by Michael Rasmussen
Index: ldapupdate.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/Attic/ldapupdate.c,v
retrieving revision 1.1.2.16
retrieving revision 1.1.2.17
diff -u -d -r1.1.2.16 -r1.1.2.17
--- ldapupdate.c 2007/10/24 18:03:36 1.1.2.16
+++ ldapupdate.c 2007/10/31 06:17:43 1.1.2.17
@@ -1181,6 +1181,7 @@
else {
g_free(newRdn);
dn = g_strdup(NoRemove->new_dn);
+ g_hash_table_replace(contact, "dn", dn);
}
}
else {