[ntpsec commit] Typo fix.
Eric S. Raymond
esr at ntpsec.org
Tue Oct 20 22:07:25 UTC 2015
Module: ntpsec
Branch: master
Commit: cc5e2305087e8829b2eb53d26e5e281932dea5f4
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=cc5e2305087e8829b2eb53d26e5e281932dea5f4
Author: Eric S. Raymond <esr at thyrsus.com>
Date: Tue Oct 20 18:07:14 2015 -0400
Typo fix.
---
ntpd/ntp_sandbox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ntpd/ntp_sandbox.c b/ntpd/ntp_sandbox.c
index d66becd..b22e5f1 100644
--- a/ntpd/ntp_sandbox.c
+++ b/ntpd/ntp_sandbox.c
@@ -201,7 +201,7 @@ getgroup:
cap_t caps;
char *captext;
- captext = want_dynanic_interface_tracking
+ captext = want_dynamic_interface_tracking
? "cap_sys_time,cap_net_bind_service=pe"
: "cap_sys_time=pe";
caps = cap_from_text(captext);
More information about the vc
mailing list