diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-11-10 17:11:18 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-11-17 00:34:09 +0100 |
commit | 3ac3de73b4e2cfb8dfe21c502de8432abb29d685 (patch) | |
tree | bfdc463ab83312707106dadb16f516d97863cfec /script | |
parent | 29cd8ae6fd58bd968958447e1438ff05a3bf4b48 (diff) | |
download | samba-3ac3de73b4e2cfb8dfe21c502de8432abb29d685.tar.gz |
param: Connect lp_security to the lib/param code to allow tests
Pair-Programmed-With: Amitay Isaacs <amitay@samba.org>
Diffstat (limited to 'script')
-rw-r--r-- | script/mks3param.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/mks3param.pl b/script/mks3param.pl index 3126af502c3..376f7ae85f8 100644 --- a/script/mks3param.pl +++ b/script/mks3param.pl @@ -96,6 +96,7 @@ sub print_header($$) $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($$) |