From c70d8528fccd50a8af1843e6c8e0da43f56f1f35 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 31 Jan 2000 06:09:06 +0000 Subject: Label save closes. svn path=/trunk/; revision=2723 --- uid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uid.c') diff --git a/uid.c b/uid.c index 8b956fc1..8b6777b6 100644 --- a/uid.c +++ b/uid.c @@ -164,7 +164,7 @@ void initialize_saved_lists(struct query *hostlist, const char *idfile) } } } - fclose(tmpfp); + fclose(tmpfp); /* not checking should be safe, mode was "r" */ } if (outlevel >= O_DEBUG) -- cgit v1.2.3