r1508: simple fix for broken server side signing. This may need more work for
authorAndrew Tridgell <tridge@samba.org>
Thu, 15 Jul 2004 05:04:17 +0000 (05:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:57:36 +0000 (12:57 -0500)
SPNEGO, but I'll leave andrew to tackle that.
(This used to be commit 5dd71be8d9e49277f17668877e47729c340f0f67)

source4/smb_server/signing.c

index edc177174ec12512cb2e0886134db99ca06a9ccd..d6ccebb17403e6f10ff24436f02e6ba226d1db03 100644 (file)
@@ -115,7 +115,7 @@ BOOL req_signing_check_incoming(struct smbsrv_request *req)
                if (req->flags2 & FLAGS2_SMB_SECURITY_SIGNATURES) {
                        req->smb_conn->signing.signing_state = SMB_SIGNING_REQUIRED;
                }
-               return True;
+               break;
        case SMB_SIGNING_REQUIRED:
                break;
        }