From: Christof Schmitt Date: Tue, 21 Aug 2018 20:08:42 +0000 (-0700) Subject: s3:lib: Rename server_contexts to global_contexts X-Git-Tag: tdb-1.3.17~1688 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b88290cd3e1cd82bacfae75f078f551ef017bb1d;p=thirdparty%2Fsamba.git s3:lib: Rename server_contexts to global_contexts Signed-off-by: Christof Schmitt Reviewed-by: Ralph Boehme --- 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