[SCM] Samba Shared Repository - branch v3-6-test updated

Jeremy Allison jra at samba.org
Thu May 5 15:50:06 MDT 2011


The branch, v3-6-test has been updated
       via  922b6a8 s3: Fix a typo
      from  da630ba s3: Fix dup_smb2_vec3

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 922b6a82b644ffc503adaab52ac15694e173c1e3
Author: Volker Lendecke <vl at samba.org>
Date:   Thu May 5 15:09:09 2011 +0200

    s3: Fix a typo
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Thu May  5 16:10:35 CEST 2011 on sn-devel-104
    (cherry picked from commit 1c407da7c357d7cad693a152c0eecafc3dc97c61)

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/smb2_negprot.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/smb2_negprot.c b/source3/smbd/smb2_negprot.c
index 1e02c88..f9528f8 100644
--- a/source3/smbd/smb2_negprot.c
+++ b/source3/smbd/smb2_negprot.c
@@ -78,7 +78,7 @@ NTSTATUS smbd_smb2_request_process_negprot(struct smbd_smb2_request *req)
 	uint16_t dialect = 0;
 	uint32_t capabilities;
 
-/* TODO: drop the connection with INVALI_PARAMETER */
+/* TODO: drop the connection with INVALID_PARAMETER */
 
 	if (req->in.vector[i+1].iov_len != (expected_body_size & 0xFFFFFFFE)) {
 		return smbd_smb2_request_error(req, NT_STATUS_INVALID_PARAMETER);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list