[Git][NTPsec/ntpsec][master] Fix a stuipd build break.

Eric S. Raymond gitlab at mg.gitlab.com
Sun Feb 3 08:47:28 UTC 2019


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


Commits:
56d23e46 by Eric S. Raymond at 2019-02-03T08:47:14Z
Fix a stuipd build break.

- - - - -


1 changed file:

- ntpd/ntp_config.c


Changes:

=====================================
ntpd/ntp_config.c
=====================================
@@ -1994,11 +1994,11 @@ config_crypto(
 			break;
 
 		case T_Maxtls:
-			maxtls = crypto->value.d
+			maxtls = crypto->value.d;
 			break;
 
 		case T_Mintls:
-			mintls = crypto->value.d
+		    	mintls = crypto->value.d;
 			break;
 
 		}



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/56d23e468a5ac61ec196df08147efc87f740987d

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/56d23e468a5ac61ec196df08147efc87f740987d
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20190203/553e7789/attachment-0001.html>


More information about the vc mailing list