at declaration - only constants be used. [filebases]. Code was introduced with
17975 revision.
ticket: 3716
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17986
dc483132-0cff-0310-8789-
dd5450dbe970
static const char *const dbpath_names[] = {
KDB_MODULE_SECTION, "db_module_dir", NULL,
};
- const char *filebases[] = { lib_name, NULL };
+ const char *filebases[2];
char **profpath = NULL;
char **path = NULL;
+ filebases[0] = lib_name;
+ filebases[1] = NULL;
+
if (!strcmp(DB2_NAME, lib_name) && (kdb_db2_pol_err_loaded == 0)) {
initialize_adb_error_table();
kdb_db2_pol_err_loaded = 1;