Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jberkman
evolution-data-server-2.6
fix-eds-bnc-220349.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-eds-bnc-220349.diff of Package evolution-data-server-2.6
Index: addressbook/backends/groupwise/e-book-backend-groupwise.c =================================================================== RCS file: /cvs/gnome/evolution-data-server/addressbook/backends/groupwise/e-book-backend-groupwise.c,v retrieving revision 1.78 diff -u -p -r1.78 e-book-backend-groupwise.c --- addressbook/backends/groupwise/e-book-backend-groupwise.c 7 Jun 2006 12:35:50 -0000 1.78 +++ addressbook/backends/groupwise/e-book-backend-groupwise.c 22 Jun 2006 10:59:37 -0000 @@ -3160,7 +3160,11 @@ e_book_backend_groupwise_authenticate_us e_util_mkdir_hier (g_path_get_dirname (priv->summary_file_name), 0700); priv->summary = e_book_backend_summary_new (priv->summary_file_name, SUMMARY_FLUSH_TIMEOUT); - + + if (!ebgw->priv->file_db) { + e_data_book_respond_authenticate_user (book, opid, GNOME_Evolution_Addressbook_OtherError); + return ; + } if (e_book_backend_db_cache_is_populated (ebgw->priv->file_db)) { if (enable_debug) printf("cache is populated\n"); @@ -3472,7 +3476,9 @@ e_book_backend_groupwise_load_source (EB } - if (db_error != 0) { + ebgw->priv->file_db = db; + + if (db_error != 0 || ebgw->priv->file_db == NULL) { ebgw->priv->file_db = NULL; g_free(filename); g_free(dirname);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor