Skip to content
Snippets Groups Projects
Commit 32d6e80e authored by Andrew Price's avatar Andrew Price
Browse files

Fix build failure on Debian Wheezy

parent 9a942a50
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ static int cfg_load_default_path(void)
const char *etcconf;
int ret;
homedir = secure_getenv("HOME");
homedir = getenv("HOME");
if (homedir) {
ret = asprintf(&homeconf, "%s/.mwserv.conf", homedir);
if (ret > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment