smbdotconf: mark "mangling method" with constant="1"
authorRalph Boehme <slow@samba.org>
Tue, 5 Nov 2019 09:53:54 +0000 (10:53 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 27 Nov 2019 10:25:37 +0000 (10:25 +0000)
commit564b0b5be31593de01e6d53388ee69e48645effa
tree838294918645fb16a21a6c99cb9b7fa41c3fbb82
parent6f618b7c95830b73ac636032e136b11c957139be
smbdotconf: mark "mangling method" with constant="1"

From the manpage:

  ... controls the algorithm used for the generating
  the mangled names. Can take two different values, "hash" and
  "hash2". ...

No need for variable substitution support in this option, declare it const.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
docs-xml/smbdotconf/filename/manglingmethod.xml
source3/smbd/mangle.c