drop DEFAULT_LOGFILE macro in favour --logfile arg fixup

This commit is contained in:
Viktor Szakats 2025-02-28 20:25:49 +01:00
parent fc0c171c67
commit 25cca212d7
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -559,7 +559,7 @@ int main(int argc, char **argv)
memset(&test, 0, sizeof(test));
serverlogfile = "log/tftpd.log"
serverlogfile = "log/tftpd.log";
while(argc > arg) {
if(!strcmp("--version", argv[arg])) {