From: Christian Ambach Date: Tue, 28 Feb 2012 01:52:21 +0000 (-0800) Subject: s3:smb2_server fix a typo X-Git-Tag: tdb-1.2.10~464 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b25bc80c95ff79ac87b3db034203369dea959a5;p=thirdparty%2Fsamba.git s3:smb2_server fix a typo --- diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c index 7233e09bd2b..8533157fcb2 100644 --- a/source3/smbd/smb2_server.c +++ b/source3/smbd/smb2_server.c @@ -1288,7 +1288,7 @@ NTSTATUS smbd_smb2_request_verify_sizes(struct smbd_smb2_request *req, /* * Now check the expected body size, * where the last byte might be in the - * dynnamic section.. + * dynamic section.. */ if (req->in.vector[i+1].iov_len != (expected_body_size & 0xFFFFFFFE)) { return NT_STATUS_INVALID_PARAMETER;