commit | 25dec33c9bd286eacd1767ce2f5324117132b33a | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Aug 19 22:15:44 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Aug 19 22:15:44 2023 +0200 |
tree | 42e6359383b59e3e5d85a1120050a85fcb0c4aa6 | |
parent | f244b2fbf2df7f984074c287b3d854bc62472b23 [diff] [blame] |
patch 9.0.1755: CI still fails with sodium mlock error Problem: CI still fails with sodium mlock error Solution: catch mlock failure Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 3611cb2..b5dae7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1755, +/**/ 1754, /**/ 1753,