aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/pas/pas-book-factory.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-02 04:44:00 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-02 04:44:00 +0800
commitedb8c5850a180be4d015a90da44cf2581fb27ba9 (patch)
tree98f7615cf7be9a6b5770a371e8fe4e7a97c2b821 /addressbook/backend/pas/pas-book-factory.c
parentba2128204f596f12092f6a0ef9da4e51a5dafde5 (diff)
downloadgsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar
gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar.gz
gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar.bz2
gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar.lz
gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar.xz
gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar.zst
gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.zip
Made uri slightly better managed.
2000-05-01 Christopher James Lahey <clahey@helixcode.com> * backend/pas/pas-backend-file.c, backend/pas/pas-backend-ldap.c: Made uri slightly better managed. * backend/pas/pas-book-factory.c (pas_book_factory_process_request): Remove this CORBA_Object_release that causes things not to work. This is just a temporary fix until we figure out what's actually wrong. * backend/pas/pas-book.c: Fixed a copy and paste error in a warning. svn path=/trunk/; revision=2718
Diffstat (limited to 'addressbook/backend/pas/pas-book-factory.c')
-rw-r--r--addressbook/backend/pas/pas-book-factory.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/backend/pas/pas-book-factory.c b/addressbook/backend/pas/pas-book-factory.c
index cd7a8d3ed9..78b031233a 100644
--- a/addressbook/backend/pas/pas-book-factory.c
+++ b/addressbook/backend/pas/pas-book-factory.c
@@ -269,7 +269,7 @@ pas_book_factory_process_request (PASBookFactory *factory,
out:
g_free (uri);
-
+#if 0
CORBA_exception_init (&ev);
CORBA_Object_release (listener, &ev);
@@ -277,6 +277,7 @@ pas_book_factory_process_request (PASBookFactory *factory,
g_message ("pas_book_factory_process_request(): could not release the listener");
CORBA_exception_free (&ev);
+#endif
}
static gboolean