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/gui/component/e-ldap-storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component/e-ldap-storage.c') 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