The branch, master has been updated
via df9091b043a third_party/quic_ko_wrapper: Remove unused config check
from 605d4d065cd vfs_virsufilter: Fix the invocation of
SMB_VFS_NEXT_CONNECT
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit df9091b043aad8769741282feede120f9b845318
Author: Anoop C S <[email protected]>
Date: Fri Jul 18 19:24:09 2025 +0530
third_party/quic_ko_wrapper: Remove unused config check
Signed-off-by: Anoop C S <[email protected]>
Reviewed-by: Stefan Metzmacher <[email protected]>
Autobuild-User(master): Anoop C S <[email protected]>
Autobuild-Date(master): Tue Jul 22 08:55:10 UTC 2025 on atb-devel-224
-----------------------------------------------------------------------
Summary of changes:
third_party/quic_ko_wrapper/wscript | 3 ---
1 file changed, 3 deletions(-)
Changeset truncated at 500 lines:
diff --git a/third_party/quic_ko_wrapper/wscript
b/third_party/quic_ko_wrapper/wscript
index 4541e7b58d4..3509c4add83 100644
--- a/third_party/quic_ko_wrapper/wscript
+++ b/third_party/quic_ko_wrapper/wscript
@@ -105,9 +105,6 @@ def configure(conf):
conf.DEFINE('QUIC_KO_WRAPPER', 1)
def build(bld):
- if bld.CONFIG_SET("USING_SYSTEM_QUIC_KO_WRAPPER"):
- return
-
# We need to do it this way or the library wont work.
# We need force_unversioned=True as symbol versioning
# breaks preloading!
--
Samba Shared Repository