Blob Blame History Raw
--- x3270-3.2/host.c.seg1	2003-07-09 11:22:45.000000000 +0200
+++ x3270-3.2/host.c	2003-07-09 11:23:04.000000000 +0200
@@ -784,8 +784,8 @@
 				(void) fprintf(lcf, "%lu %s\n", h->connect_time,
 				    h->name);
 			}
+			fclose(lcf);
 		}
-		fclose(lcf);
 		Free(lcf_name);
 	}
 }