aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/e-ldap-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/e-ldap-storage.c')
-rw-r--r--addressbook/gui/component/e-ldap-storage.c2
1 files changed, 1 insertions, 1 deletions
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",