summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-01 11:10:47 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-01 04:19:05 +0200
commitec9ff19e60907d6858c6a04f3fcd0e61d5c83100 (patch)
treea8e224ee466600793fc4030b5c963eeb666beb48 /source3/include
parent7630e73dac6562f91f05fdf09940ad3f1511a66e (diff)
downloadsamba-ec9ff19e60907d6858c6a04f3fcd0e61d5c83100.tar.gz
samba-ec9ff19e60907d6858c6a04f3fcd0e61d5c83100.tar.bz2
samba-ec9ff19e60907d6858c6a04f3fcd0e61d5c83100.zip
s3-param Make lp_passwordserver() const.
This means that it no longer takes % substituations, and so the documentation for this behaviour is removed from the smb.conf manpage. (This mode is only useful in security=server, which is already marked as deprecated in 3.6). 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 83382594f9..82bea2e122 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1207,7 +1207,7 @@ char *lp_set_quota_command(void);
char *lp_auto_services(void);
char *lp_passwd_program(void);
char *lp_passwd_chat(void);
-char *lp_passwordserver(void);
+const char *lp_passwordserver(void);
char *lp_name_resolve_order(void);
char *lp_realm(void);
const char *lp_afs_username_map(void);