summaryrefslogtreecommitdiff
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-07-18 11:51:00 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-07-19 08:02:32 +0200
commit0f57da57e3c250c0b00d1a369eeff0eb49bee4f8 (patch)
tree5145843382cc36b994ac8986fd425bee2c05be5a /lib/param/param_functions.c
parentcf9bd1d9ed6db5d35d92816382edbadc217de792 (diff)
downloadsamba-0f57da57e3c250c0b00d1a369eeff0eb49bee4f8.tar.gz
samba-0f57da57e3c250c0b00d1a369eeff0eb49bee4f8.tar.bz2
samba-0f57da57e3c250c0b00d1a369eeff0eb49bee4f8.zip
lib/param: bring lp_smb_ports() into common by making it a list everywhere
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r--lib/param/param_functions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index c2bd63105a..eb701902dc 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -356,6 +356,7 @@ FN_GLOBAL_LIST(preload_modules, szPreloadModules)
FN_GLOBAL_LIST(rndc_command, szRNDCCommand)
FN_GLOBAL_LIST(samba_kcc_command, szSambaKCCCommand)
FN_GLOBAL_LIST(server_services, server_services)
+FN_GLOBAL_LIST(smb_ports, smb_ports)
FN_GLOBAL_LIST(spn_update_command, szSPNUpdateCommand)
FN_GLOBAL_LIST(svcctl_list, szServicesList)
FN_GLOBAL_LIST(usershare_prefix_allow_list, szUsersharePrefixAllowList)