s3-param Make lp_lockdir() const
authorAndrew Bartlett <abartlet@samba.org>
Wed, 1 Jun 2011 01:45:44 +0000 (11:45 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 1 Jun 2011 02:19:05 +0000 (04:19 +0200)
commit5f176378a802703778ae07c36e95fe186b6e57a8
tree2ee50650b58c71ef263fd4260afda5dd8578157a
parentf331936db2990589047edd4aee61ac298262123d
s3-param Make lp_lockdir() const

This disables % substitutions in the 'lock dir' parameter.  This is
used all over the codebase, and needs to be internally consistent
for the life of the process, as they determine the location of
our locking databases.

Andrew Bartlett
source3/include/proto.h
source3/param/loadparm.c