[Git][NTPsec/ntpsec][master] 2 commits: Fix mistake in passing a parameter to check_sanity
Eric S. Raymond
gitlab at mg.gitlab.com
Sat Jan 23 17:30:23 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
8667e9b8 by Sanjeev Gupta at 2016-01-23T00:13:24+08:00
Fix mistake in passing a parameter to check_sanity
See https://lists.ntpsec.org/pipermail/devel/2016-January/000449.html
- - - - -
6e591f52 by Eric S. Raymond at 2016-01-23T17:30:19+00:00
Merge branch 'caplib' into 'master'
Fix mistake in passing a parameter to check_sanity
See https://lists.ntpsec.org/pipermail/devel/2016-January/000449.html
Fixes #38
See merge request !12
- - - - -
1 changed file:
- pylib/check_cap.py
Changes:
=====================================
pylib/check_cap.py
=====================================
--- a/pylib/check_cap.py
+++ b/pylib/check_cap.py
@@ -37,7 +37,7 @@ def check_cap_run(ctx):
mandatory = False
)
- check_sanity(ctx, ctx.env.LIBCAP_HEADER, "CAPABILITY")
+ check_sanity(ctx, ctx.env.LIBCAP_HEADER, "libcap")
if ctx.get_define("HAVE_CAPABILITY"):
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/914583da618b4ade4c64738a459f054417c504bd...6e591f523ac0085893c5e203aa376269a41888bf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160123/289124c8/attachment.html>
More information about the vc
mailing list