diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-02-05 15:51:27 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-02-05 16:23:09 +0100 |
commit | 95eb2f2eba529fca0792b8f5dd64c929824e421b (patch) | |
tree | b1117a6ffa8c961d0ccac2078147a779e3904383 | |
parent | 55af880341226f8ecd864cbe046af8434a961278 (diff) | |
download | samba-95eb2f2eba529fca0792b8f5dd64c929824e421b.tar.gz samba-95eb2f2eba529fca0792b8f5dd64c929824e421b.tar.bz2 samba-95eb2f2eba529fca0792b8f5dd64c929824e421b.zip |
Fix typo.
Karolin
(This used to be commit 906e19bad40ba0c0a473ec2601e9eb0fff169f83)
-rw-r--r-- | source3/auth/auth_sam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c index 1ab0c8b3eb..66504a8a52 100644 --- a/source3/auth/auth_sam.c +++ b/source3/auth/auth_sam.c @@ -122,7 +122,7 @@ static bool logon_hours_ok(struct samu *sampass) } /**************************************************************************** - Do a specific test for a struct samu being vaild for this connection + Do a specific test for a struct samu being valid for this connection (ie not disabled, expired and the like). ****************************************************************************/ |