From 8b1a9f3ebd48757e66f6aefc5840986bec223de9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 23 Jul 2012 12:01:41 +1000 Subject: lib/param: Remove "ntptr providor" and hard-code in s4 spoolss server This stub codebase does not justify a merged parameter. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell --- lib/param/param_functions.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/param/param_functions.c') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 9ebc38119f3..4e68d6b5ee4 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -394,7 +394,6 @@ FN_GLOBAL_STRING(log_nt_token_command, szLogNtTokenCommand) FN_GLOBAL_STRING(mangling_method, szManglingMethod) FN_GLOBAL_STRING(msg_command, szMsgCommand) FN_GLOBAL_STRING(nis_home_map_name, szNISHomeMapName) -FN_GLOBAL_STRING(ntptr_providor, ntptr_providor) FN_GLOBAL_STRING(os2_driver_map, szOs2DriverMap) FN_GLOBAL_STRING(panic_action, szPanicAction) FN_GLOBAL_STRING(passwd_chat, szPasswdChat) -- cgit