summaryrefslogtreecommitdiff
path: root/source4/auth/auth_unix.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-16 23:24:23 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:41 +0100
commitdc2273ba37aefc4e6f7d54da0e3454f2b4690589 (patch)
treeecc044a920f933104fb045656d85a31103e0b861 /source4/auth/auth_unix.c
parent013a762ca2b27255ddb03fbd675d5083b9c4724b (diff)
downloadsamba-dc2273ba37aefc4e6f7d54da0e3454f2b4690589.tar.gz
samba-dc2273ba37aefc4e6f7d54da0e3454f2b4690589.tar.bz2
samba-dc2273ba37aefc4e6f7d54da0e3454f2b4690589.zip
r26006: Improve some dependencies.
(This used to be commit 28f05bb5ef9e727298f4b61e71c42a8703374b96)
Diffstat (limited to 'source4/auth/auth_unix.c')
-rw-r--r--source4/auth/auth_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c
index 8b4e23a2c4..d06c73cc34 100644
--- a/source4/auth/auth_unix.c
+++ b/source4/auth/auth_unix.c
@@ -236,7 +236,7 @@ static NTSTATUS smb_pam_start(pam_handle_t **pamh, const char *account_name, con
pam_error = pam_start("samba", account_name, pconv, pamh);
if (pam_error != PAM_SUCCESS) {
- /* no vaild pamh here, can we reliably call pam_strerror ? */
+ /* no valid pamh here, can we reliably call pam_strerror ? */
DEBUG(4,("smb_pam_start: pam_start failed!\n"));
return NT_STATUS_UNSUCCESSFUL;
}