diff options
author | Volker Lendecke <vl@samba.org> | 2008-04-30 12:58:40 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-05-05 18:28:59 +0200 |
commit | 0636236eec5e73b08b28511ea6dc27d20aa35629 (patch) | |
tree | f1723f9ca3c6c62d0ef62a494d64672ebb1ce0d1 /source3/smbd | |
parent | 82d2f07dae5d69fc1635a4ed326a2af6632d8a97 (diff) | |
download | samba-0636236eec5e73b08b28511ea6dc27d20aa35629.tar.gz samba-0636236eec5e73b08b28511ea6dc27d20aa35629.tar.bz2 samba-0636236eec5e73b08b28511ea6dc27d20aa35629.zip |
Fix typo
(This used to be commit 8047a1991a09191fec254815f3bfc85a2c36674a)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/sesssetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c index 99bf0dcbb9..b9219ab302 100644 --- a/source3/smbd/sesssetup.c +++ b/source3/smbd/sesssetup.c @@ -442,7 +442,7 @@ static void reply_spnego_kerberos(struct smb_request *req, if (pw) { /* if a real user check pam account restrictions */ /* only really perfomed if "obey pam restriction" is true */ - /* do this before an eventual mappign to guest occurs */ + /* do this before an eventual mapping to guest occurs */ ret = smb_pam_accountcheck(pw->pw_name); if ( !NT_STATUS_IS_OK(ret)) { DEBUG(1,("PAM account restriction " |