2 Star 0 Fork 23

惊奇脆片饼干/ntp

forked from src-openEuler/ntp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
revert-ntpd-fix-autokey-condition-error.patch 692 Bytes
一键复制 编辑 原始数据 按行查看 历史
hexiaowen 提交于 2019-09-30 11:10 . Package init
From 302cec597f3ab4e522dacc3563953d10c0f7e656 Mon Sep 17 00:00:00 2001
From: zhangyao <zhangyao65@huawei.com>
Date: Thu, 25 Jul 2019 16:42:51 +0000
Subject: [PATCH] revert-ntpd-fix-autokey-condition-error
---
ntpd/ntp_crypto.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ntpd/ntp_crypto.c b/ntpd/ntp_crypto.c
index 53f3253..62ea72c 100644
--- a/ntpd/ntp_crypto.c
+++ b/ntpd/ntp_crypto.c
@@ -3387,6 +3387,9 @@ cert_hike(
*/
peer->crypto |= CRYPTO_FLAG_CERT;
peer->grpkey = yp->grpkey;
+ if (peer->ident == NULL || !(peer->crypto &
+ CRYPTO_FLAG_MASK))
+ peer->crypto |= CRYPTO_FLAG_VRFY;
}
/*
--
1.8.3.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dogsheng/ntp.git
git@gitee.com:dogsheng/ntp.git
dogsheng
ntp
ntp
master

搜索帮助