From: Guus Sliepen Date: Sun, 17 Aug 2003 09:03:30 +0000 (+0000) Subject: Fix --logfile under Windows. X-Git-Tag: release-1.0.2~42 X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=commitdiff_plain;h=5e7c52610f8c8b9c38e437ef166a08372d5b8a61 Fix --logfile under Windows. --- diff --git a/src/tincd.c b/src/tincd.c index cec0ee5..9e0ad4a 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: tincd.c,v 1.10.4.85 2003/08/08 22:11:54 guus Exp $ + $Id: tincd.c,v 1.10.4.86 2003/08/17 09:03:30 guus Exp $ */ #include "system.h" @@ -358,7 +358,7 @@ static void make_names(void) #ifdef HAVE_MINGW if(!RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\tinc", 0, KEY_READ, &key)) { if(!RegQueryValueEx(key, NULL, 0, 0, installdir, &len)) { - if(!pidfilename) + if(!logfilename) asprintf(&logfilename, "%s/log/%s.log", identname); if(!confbase) { if(netname)