From b88290cd3e1cd82bacfae75f078f551ef017bb1d Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Tue, 21 Aug 2018 13:08:42 -0700 Subject: [PATCH] s3:lib: Rename server_contexts to global_contexts Signed-off-by: Christof Schmitt Reviewed-by: Ralph Boehme --- source3/lib/{server_contexts.c => global_contexts.c} | 0 source3/wscript_build | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename source3/lib/{server_contexts.c => global_contexts.c} (100%) diff --git a/source3/lib/server_contexts.c b/source3/lib/global_contexts.c similarity index 100% rename from source3/lib/server_contexts.c rename to source3/lib/global_contexts.c diff --git a/source3/wscript_build b/source3/wscript_build index c6598f976e8..50d675cf3fc 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -398,7 +398,7 @@ bld.SAMBA3_SUBSYSTEM('samba3core', intl/lang_tdb.c lib/gencache.c lib/util_event.c - lib/server_contexts.c + lib/global_contexts.c lib/server_prefork.c lib/server_prefork_util.c lib/ldap_escape.c -- 2.47.2