diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-19 18:06:07 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-19 18:06:07 +0000 |
commit | 64456bf3c037fb640d8a5f97cded2db5ca533bd3 (patch) | |
tree | db13547a8a7ae6e18056a55ec933f5585f58a4e3 /source3/auth | |
parent | 0386a8ac77fcb283f932fa514a16bd3d1aec7ad1 (diff) | |
download | samba-64456bf3c037fb640d8a5f97cded2db5ca533bd3.tar.gz samba-64456bf3c037fb640d8a5f97cded2db5ca533bd3.tar.bz2 samba-64456bf3c037fb640d8a5f97cded2db5ca533bd3.zip |
fix typo auth/auth_server.c
remove unused 'max packet' and 'packet size' options
(This used to be commit 6a787a695db65688916464a9b0e2a9024b131eee)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_server.c b/source3/auth/auth_server.c index 23faedc0ba..f227c9125c 100644 --- a/source3/auth/auth_server.c +++ b/source3/auth/auth_server.c @@ -285,7 +285,7 @@ static NTSTATUS check_smbserver_security(const struct auth_context *auth_context * need to detect this as some versions of NT4.x are broken. JRA. */ - /* I sure as hell hope that there arn't servers out there that take + /* I sure as hell hope that there aren't servers out there that take * NTLMv2 and have this bug, as we don't test for that... * - abartlet@samba.org */ |