From 3367fd01d4711c481efc8c56fb424ba3bab68dab Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 23 Jul 2012 13:32:31 +1000 Subject: lib/param: Merge handling of security/domain master/domain logons/server role This ensures that the same input parameters always gives the same output values in both loadparm systems. Andrew Bartlett --- script/mks3param.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'script') diff --git a/script/mks3param.pl b/script/mks3param.pl index 5c5eea3ce1..4222ca5744 100644 --- a/script/mks3param.pl +++ b/script/mks3param.pl @@ -95,8 +95,6 @@ sub print_header($$) $file->("\tbool (*load)(const char *filename);\n"); $file->("\tbool (*set_cmdline)(const char *pszParmName, const char *pszParmValue);\n"); $file->("\tvoid (*dump)(FILE *f, bool show_defaults, int maxtoprint);\n"); - $file->("\tint (*server_role)(void);\n"); - $file->("\tint (*security)(void);\n"); } sub print_footer($$) -- cgit