aboutsummaryrefslogtreecommitdiffstats
path: root/uid.c
diff options
context:
space:
mode:
Diffstat (limited to 'uid.c')
-rw-r--r--uid.c2
1 files changed, 1 insertions, 1 deletions
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)