From 666e0c3cce32c259dfaaf03383fac58940994dbc Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Fri, 15 Oct 2010 10:16:46 +0400 Subject: s4 param: change messaging directory name from messaging to msg This saves 6 chars and as in some installation users tends to install samba in directory with very long name they have a problem with the sockets. It will also ease the pain on buildfarms as we tend to have very long environnement name (ie. vampire_dc) in path that are already quite long leading also to errors on unix socket manipulation. Autobuild-User: Matthieu Patou Autobuild-Date: Fri Oct 15 08:15:56 UTC 2010 on sn-devel-104 --- source4/param/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/param/util.c b/source4/param/util.c index dd1d3193f3..69538579c8 100644 --- a/source4/param/util.c +++ b/source4/param/util.c @@ -296,7 +296,7 @@ init_module_fn *load_samba_modules(TALLOC_CTX *mem_ctx, struct loadparm_context const char *lpcfg_messaging_path(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx) { - return smbd_tmp_path(mem_ctx, lp_ctx, "messaging"); + return smbd_tmp_path(mem_ctx, lp_ctx, "msg"); } struct smb_iconv_convenience *smb_iconv_convenience_reinit_lp(TALLOC_CTX *mem_ctx, -- cgit