From 0636236eec5e73b08b28511ea6dc27d20aa35629 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 30 Apr 2008 12:58:40 +0200 Subject: Fix typo (This used to be commit 8047a1991a09191fec254815f3bfc85a2c36674a) --- source3/smbd/sesssetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/sesssetup.c') 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 " -- cgit