diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-12 14:53:57 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-14 15:06:44 +1000 |
commit | 3fc182dba51e50c8f7fb9b233a1c951e2b5ac712 (patch) | |
tree | e788efea835e0b59fb79f652fbd198bfc46335b6 /source3 | |
parent | 1838e16f34544c824615481f618c89ed6e062013 (diff) | |
download | samba-3fc182dba51e50c8f7fb9b233a1c951e2b5ac712.tar.gz samba-3fc182dba51e50c8f7fb9b233a1c951e2b5ac712.tar.bz2 samba-3fc182dba51e50c8f7fb9b233a1c951e2b5ac712.zip |
s3-param Plug 'netbios aliases' via the parameter bridge
Diffstat (limited to 'source3')
-rw-r--r-- | source3/param/loadparm_ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c index 0136c8bef4..7362279f9b 100644 --- a/source3/param/loadparm_ctx.c +++ b/source3/param/loadparm_ctx.c @@ -47,6 +47,7 @@ static const struct loadparm_s3_context s3_fns = .netbios_name = lp_netbios_name, .netbios_scope = lp_netbios_scope, + .netbios_aliases = lp_netbios_aliases, .lanman_auth = lp_lanman_auth, .ntlm_auth = lp_ntlm_auth, |