From c3f5e5f2416b4166d02cbf163438eda51eb3423c Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 8 Jan 2003 23:19:49 +0000 Subject: make it build svn path=/trunk/; revision=19297 --- addressbook/backend/pas/pas-backend-ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/backend/pas/pas-backend-ldap.c b/addressbook/backend/pas/pas-backend-ldap.c index 0a609450ab..b3fccdc1fc 100644 --- a/addressbook/backend/pas/pas-backend-ldap.c +++ b/addressbook/backend/pas/pas-backend-ldap.c @@ -482,7 +482,7 @@ check_schema_support (PASBackendLDAP *bl) of draconian acl's that keep subschema reads from working until the user is authed. */ - if (!pas_backend_is_writable (PAS_BACKEND (bl)) { + if (!pas_backend_is_writable (PAS_BACKEND (bl))) { g_warning ("subschema read returned nothing before successful auth"); bl->priv->evolutionPersonChecked = FALSE; } -- cgit v1.2.3