[Git][NTPsec/ntpsec][master] NUL -> NULL typo fix.

Eric S. Raymond gitlab at mg.gitlab.com
Sat Feb 2 20:58:47 UTC 2019


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


Commits:
8bfc5ae1 by Eric S. Raymond at 2019-02-02T20:58:33Z
NUL -> NULL typo fix.

- - - - -


1 changed file:

- include/nts.h


Changes:

=====================================
include/nts.h
=====================================
@@ -14,9 +14,9 @@
 
 /* Configuration data for an NTS association */
 struct ntscfg_t {
-    char *server;	/* if NUL, use the peer itself (normal case) */
-    char *ca;		/* if NUL, use the system default (normal case) */
-    char *cert;		/* if NUL, use the system default (normal case) */
+    char *server;	/* if NULL, use the peer itself (normal case) */
+    char *ca;		/* if NULL, use the system default (normal case) */
+    char *cert;		/* if NULL, use the system default (normal case) */
     uint32_t flags;
     uint32_t expire;
 };



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/8bfc5ae118521fc675841a055d8e0f1a2c326c9b

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/8bfc5ae118521fc675841a055d8e0f1a2c326c9b
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/20190202/8e144c3e/attachment.html>


More information about the vc mailing list