1 Star 0 Fork 44

wangfengtu/lxc

forked from src-openEuler/lxc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0017-fix-compilation-errors-without-libcap.patch 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
JingWoo 提交于 2021-01-05 17:07 . fix compilation errors without libcap
From 5a3bec3f80d59dfcc76e16cbab957f4072601816 Mon Sep 17 00:00:00 2001
From: wujing <wujing50@huawei.com>
Date: Tue, 5 Jan 2021 16:53:40 +0800
Subject: [PATCH] fix compilation errors without libcap
Signed-off-by: wujing <wujing50@huawei.com>
---
src/lxc/conf.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/lxc/conf.c b/src/lxc/conf.c
index c3610ae3..19e193dd 100644
--- a/src/lxc/conf.c
+++ b/src/lxc/conf.c
@@ -5301,11 +5301,12 @@ int lxc_drop_caps(struct lxc_conf *conf)
goto out;
}
-#endif
-
out:
free(caplist);
return ret;
+#else
+ return 0;
+#endif
}
#endif
--
2.27.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangfengtu/lxc.git
git@gitee.com:wangfengtu/lxc.git
wangfengtu
lxc
lxc
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385