Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
libdb_java-4_8
libdb-4_8-DB_CONFIG.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libdb-4_8-DB_CONFIG.patch of Package libdb_java-4_8
Index: db-4.8.30/env/env_open.c =================================================================== --- db-4.8.30.orig/env/env_open.c +++ db-4.8.30/env/env_open.c @@ -374,7 +374,7 @@ __env_config(dbenv, db_home, flags, mode env->db_mode = mode == 0 ? DB_MODE_660 : mode; /* Read the DB_CONFIG file. */ - if ((ret = __env_read_db_config(env)) != 0) + if (env->db_home != NULL && (ret = __env_read_db_config(env)) != 0) return (ret); /*
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