From: Volker Lendecke Date: Wed, 30 Apr 2008 10:58:40 +0000 (+0200) Subject: Fix typo X-Git-Tag: samba-4.0.0alpha6~801^2~1522 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0636236eec5e73b08b28511ea6dc27d20aa35629;p=thirdparty%2Fsamba.git Fix typo (This used to be commit 8047a1991a09191fec254815f3bfc85a2c36674a) --- diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c index 99bf0dcbb9c..b9219ab302a 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 "