diff options
author | Jeremy Allison <jra@samba.org> | 2007-11-13 12:51:31 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-11-13 12:51:31 -0800 |
commit | 052efa9a33d7a9a3b9ae9b038f6b3943c85c4bfc (patch) | |
tree | fcfd470f6db1ac8262e76f1bd29af2db5e2b4aee /source3/auth | |
parent | b2f942cfe2672fac9449ce730b18cf7b5fc6e1f0 (diff) | |
download | samba-052efa9a33d7a9a3b9ae9b038f6b3943c85c4bfc.tar.gz samba-052efa9a33d7a9a3b9ae9b038f6b3943c85c4bfc.tar.bz2 samba-052efa9a33d7a9a3b9ae9b038f6b3943c85c4bfc.zip |
Remove last pstring from smbd/*.c
Jeremy.
(This used to be commit f1680bada913af4eaf5c0d686983018d6c8b3e5f)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_compat.c b/source3/auth/auth_compat.c index f10585d9dd..ad2686c003 100644 --- a/source3/auth/auth_compat.c +++ b/source3/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; |