Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allinurl#694 results in ~/.goaccessrc always being used, the fallback to the global config file is broken. It appears that the code is assuming that realpath() will return NULL if the file does not exist, which is not the case. Unbreak by actually attempting to open ~/.goaccessrc and falling back to global config if this fails.
- Loading branch information