Maxkeys and maxpasswd now use MAXSCALE_HOME or the default installation directory if MAXSCALE_HOME is not set.
If all else fails, /tmp/ is used for logging.
This commit is contained in:
Markus Makela
2015-03-30 20:42:18 +03:00
parent 3a0807251c
commit 97a6bd1b4b
3 changed files with 82 additions and 3 deletions

View File

@ -826,6 +826,7 @@ static bool file_is_readable(
absolute_pathname,
eno,
strerror(eno))));
LOGIF(LE,(skygw_log_sync_all()));
succp = false;
}
return succp;