[Git][NTPsec/ntpsec][master] Boolification.

Eric S. Raymond gitlab at mg.gitlab.com
Wed Feb 10 19:39:05 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
7fdff74d by Eric S. Raymond at 2016-02-10T14:36:45-05:00
Boolification.

- - - - -


1 changed file:

- ntpd/ntp_io.c


Changes:

=====================================
ntpd/ntp_io.c
=====================================
--- a/ntpd/ntp_io.c
+++ b/ntpd/ntp_io.c
@@ -487,7 +487,7 @@ io_open_sockets(void)
 	if (already_opened)
 		return;
 
-	already_opened = 1;
+	already_opened = true;
 
 	/*
 	 * Create the sockets



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7fdff74d064d7104a7dd4861fcc8ca06ca82e17f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160210/de21b97b/attachment.html>


More information about the vc mailing list