Index: usr.bin/tftp/main.c =================================================================== --- usr.bin/tftp/main.c +++ usr.bin/tftp/main.c @@ -178,8 +178,8 @@ main(int argc, char *argv[]) { HistEvent he; - EditLine *el; - History *hist; + static EditLine *el = NULL; + static History *hist = NULL; bool interactive; acting_as_client = 1;