chiark / gitweb /
tmpfiles: set up selinux label proeprly when creating fifos
[elogind.git] / src / shared / util.c
index a7aec5c54f53114b991084277055901e77f74a96..d93a9680fde3890ad26a3dc808063e211d556ceb 100644 (file)
@@ -6659,6 +6659,7 @@ int bind_remount_recursive(const char *prefix, bool ro) {
 }
 
 int fflush_and_check(FILE *f) {
+        assert(f);
 
         errno = 0;
         fflush(f);