diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-23 13:32:31 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-24 11:01:17 +0200 |
commit | 3367fd01d4711c481efc8c56fb424ba3bab68dab (patch) | |
tree | ba28403d594586b2832f7016f0c59e07f9844e2c /script | |
parent | b62b0318155e0c22a0a62ec6735f507b1b6c0f5d (diff) | |
download | samba-3367fd01d4711c481efc8c56fb424ba3bab68dab.tar.gz samba-3367fd01d4711c481efc8c56fb424ba3bab68dab.tar.bz2 samba-3367fd01d4711c481efc8c56fb424ba3bab68dab.zip |
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
Diffstat (limited to 'script')
-rw-r--r-- | script/mks3param.pl | 2 |
1 files changed, 0 insertions, 2 deletions
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($$) |