drop DEFAULT_LOGFILE macro in favour --logfile arg fixup
This commit is contained in:
parent
fc0c171c67
commit
25cca212d7
@ -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])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user