From b443bfde5cb76c9d4a49abdc694729c217670169 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sat, 15 Jul 2000 00:39:01 +0000 Subject: duh. don't save the port in the host slot either. 2000-07-14 Chris Toshok * gui/component/e-ldap-storage.c (ldap_server_foreach): duh. don't save the port in the host slot either. svn path=/trunk/; revision=4172 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/e-ldap-storage.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 97d6c9c5fe..6660365388 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2000-07-14 Chris Toshok + + * gui/component/e-ldap-storage.c (ldap_server_foreach): duh. + don't save the port in the host slot either. + 2000-07-13 Christopher James Lahey * contact-editor/e-contact-editor-confirm-delete.glade, diff --git a/addressbook/gui/component/e-ldap-storage.c b/addressbook/gui/component/e-ldap-storage.c index a4fc14c4b2..ff86953e08 100644 --- a/addressbook/gui/component/e-ldap-storage.c +++ b/addressbook/gui/component/e-ldap-storage.c @@ -214,7 +214,7 @@ ldap_server_foreach(gpointer key, gpointer value, gpointer user_data) xmlNewChild (server_root, NULL, (xmlChar *) "port", (xmlChar *) server->port); xmlNewChild (server_root, NULL, (xmlChar *) "host", - (xmlChar *) server->port); + (xmlChar *) server->host); xmlNewChild (server_root, NULL, (xmlChar *) "rootdn", (xmlChar *) server->rootdn); xmlNewChild (server_root, NULL, (xmlChar *) "scope", -- cgit v1.2.3