X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnames.c;h=603b5363f31c49439d7e25f786fd4b82d35f432b;hp=6db364e0f5c05c6c5eaea3c733747d71a6a60e11;hb=d6b45d005530496e48325a6174ecdd889a17bfc1;hpb=1fbaca31a15a37135d8d1de14c56b0df98a8ba1c diff --git a/src/names.c b/src/names.c index 6db364e0..603b5363 100644 --- a/src/names.c +++ b/src/names.c @@ -1,7 +1,7 @@ /* names.c -- generate commonly used (file)names Copyright (C) 1998-2005 Ivo Timmermans - 2000-2017 Guus Sliepen + 2000-2018 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -93,6 +93,7 @@ void make_names(bool daemon) { } #ifdef HAVE_MINGW + (void)daemon; if(!logfilename) { xasprintf(&logfilename, "%s" SLASH "log", confbase);