aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2003-01-09 07:19:49 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-01-09 07:19:49 +0800
commitc3f5e5f2416b4166d02cbf163438eda51eb3423c (patch)
treeae42f7a4d191db814cdc7fd517cf700a03fe4ea0
parentc53d080d041385886a2e220edd339e9f8578538c (diff)
downloadgsoc2013-evolution-c3f5e5f2416b4166d02cbf163438eda51eb3423c.tar
gsoc2013-evolution-c3f5e5f2416b4166d02cbf163438eda51eb3423c.tar.gz
gsoc2013-evolution-c3f5e5f2416b4166d02cbf163438eda51eb3423c.tar.bz2
gsoc2013-evolution-c3f5e5f2416b4166d02cbf163438eda51eb3423c.tar.lz
gsoc2013-evolution-c3f5e5f2416b4166d02cbf163438eda51eb3423c.tar.xz
gsoc2013-evolution-c3f5e5f2416b4166d02cbf163438eda51eb3423c.tar.zst
gsoc2013-evolution-c3f5e5f2416b4166d02cbf163438eda51eb3423c.zip
make it build
svn path=/trunk/; revision=19297
-rw-r--r--addressbook/backend/pas/pas-backend-ldap.c2
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;
}