summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-01 12:15:48 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-01 04:19:06 +0200
commitb9d61ef55a45bc58d7e0c6dae0969cf938974020 (patch)
tree2256aa371abd56e99d3fd03fbd269570aae23d66 /source3/include
parentedc3041093b17ae6e18c5b7a64a94b5bfb3c3998 (diff)
downloadsamba-b9d61ef55a45bc58d7e0c6dae0969cf938974020.tar.gz
samba-b9d61ef55a45bc58d7e0c6dae0969cf938974020.tar.bz2
samba-b9d61ef55a45bc58d7e0c6dae0969cf938974020.zip
s3-param Make lp_dedicated_keytab_file() const
This disables % substitutions in the 'dedicated keytab file' parameter. Andrew Bartlett
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 81ba17882c..0eae375bbc 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1352,7 +1352,7 @@ bool lp_send_spnego_principal(void);
bool lp_hostname_lookups(void);
bool lp_change_notify(const struct share_params *p );
bool lp_kernel_change_notify(const struct share_params *p );
-char * lp_dedicated_keytab_file(void);
+const char * lp_dedicated_keytab_file(void);
int lp_kerberos_method(void);
bool lp_defer_sharing_violations(void);
bool lp_enable_privileges(void);