From afcd268ea7b1149fbfb66bce4eca659b675da0a2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 12 Dec 2017 15:53:07 +0100 Subject: New upstream version 1.10.2 --- src/main-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main-utils.c') diff --git a/src/main-utils.c b/src/main-utils.c index c84f1e4c..0f790536 100644 --- a/src/main-utils.c +++ b/src/main-utils.c @@ -106,7 +106,7 @@ nm_main_utils_write_pidfile (const char *pidfile) else success = TRUE; - if (close (fd)) + if (nm_close (fd)) fprintf (stderr, _("Closing %s failed: %s\n"), pidfile, strerror (errno)); return success; -- cgit 1.3.0-6-gf8a5