summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-14 21:53:05 +0200
committerAndrew Bartlett <abartlet@samba.org>2011-05-31 15:10:20 +1000
commitc004a932c45a4b343814eb2e3f2d611a2dfe7311 (patch)
tree0d1ba093c795abc12d6931a8d7177be723fed3bf /source4/param
parent4ac4ad21084b0cd09261ca37199c2a89607f86eb (diff)
downloadsamba-c004a932c45a4b343814eb2e3f2d611a2dfe7311.tar.gz
samba-c004a932c45a4b343814eb2e3f2d611a2dfe7311.tar.bz2
samba-c004a932c45a4b343814eb2e3f2d611a2dfe7311.zip
libcli/util Remove ntstatus_check_dos_mapping
This has been set to true since the global loadparm was removed in 2008, and removes an #ifdef SAMBA_BUILD == 4 Andrew Bartlett
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/loadparm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c
index b101054318..8cfa43df5e 100644
--- a/source4/param/loadparm.c
+++ b/source4/param/loadparm.c
@@ -2622,8 +2622,6 @@ static bool lpcfg_update(struct loadparm_context *lp_ctx)
settings.timestamp_logs = true;
debug_set_settings(&settings);
- /* FIXME: ntstatus_check_dos_mapping = lpcfg_nt_status_support(lp_ctx); */
-
/* FIXME: This is a bit of a hack, but we can't use a global, since
* not everything that uses lp also uses the socket library */
if (lpcfg_parm_bool(lp_ctx, NULL, "socket", "testnonblock", false)) {