diff options
-rw-r--r-- | addressbook/backend/pas/pas-backend-ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |