summaryrefslogtreecommitdiffstats
path: root/source/auth
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-11-13 12:51:31 -0800
committerJeremy Allison <jra@samba.org>2007-11-13 12:51:31 -0800
commitf1680bada913af4eaf5c0d686983018d6c8b3e5f (patch)
tree66e6ef18542845cfe819b01bbd79f309de35547a /source/auth
parent4d3e84a3b3a39d3d2c9b86affa16c8124b1496e5 (diff)
downloadsamba-f1680bada913af4eaf5c0d686983018d6c8b3e5f.tar.gz
samba-f1680bada913af4eaf5c0d686983018d6c8b3e5f.tar.xz
samba-f1680bada913af4eaf5c0d686983018d6c8b3e5f.zip
Remove last pstring from smbd/*.c
Jeremy.
Diffstat (limited to 'source/auth')
-rw-r--r--source/auth/auth_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_compat.c b/source/auth/auth_compat.c
index f10585d9dd7..ad2686c0033 100644
--- a/source/auth/auth_compat.c
+++ b/source/auth/auth_compat.c
@@ -92,7 +92,7 @@ check if a username/password pair is ok via the auth subsystem.
return True if the password is correct, False otherwise
****************************************************************************/
-bool password_ok(char *smb_name, DATA_BLOB password_blob)
+bool password_ok(const char *smb_name, DATA_BLOB password_blob)
{
DATA_BLOB null_password = data_blob_null;