diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-23 13:15:23 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-27 03:34:23 +0200 |
commit | ecb89cebd63ed1dcf4815a45b2a26c643c939ecb (patch) | |
tree | f0e69051b4b4b2492a40592b293498cecf837fd9 /lib/param | |
parent | 42e405a422b4913e014740678fa067d5a441db88 (diff) | |
download | samba-ecb89cebd63ed1dcf4815a45b2a26c643c939ecb.tar.gz samba-ecb89cebd63ed1dcf4815a45b2a26c643c939ecb.tar.bz2 samba-ecb89cebd63ed1dcf4815a45b2a26c643c939ecb.zip |
docs: Mark "socket address" as deprecated
Diffstat (limited to 'lib/param')
-rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 304d38271f..67c72ce724 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3492,7 +3492,7 @@ static struct parm_struct parm_table[] = { .offset = GLOBAL_VAR(szSocketAddress), .special = NULL, .enum_list = NULL, - .flags = FLAG_ADVANCED, + .flags = FLAG_ADVANCED | FLAG_DEPRECATED, }, { .label = "nmbd bind explicit broadcast", |