X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source%2Fsmb_server%2Fsmb%2Freceive.c;h=37eb76d3ece5231eede31273351b2bed5f1f2fe2;hb=v4-0-aes;hp=fd2810e54a3810cbc98bce3b704e654075b0c5c4;hpb=e50e5abcf95388be490c22e2c10002ba74f1b2de;p=metze%2Fsamba%2Fwip.git diff --git a/source/smb_server/smb/receive.c b/source/smb_server/smb/receive.c index fd2810e54a38..37eb76d3ece5 100644 --- a/source/smb_server/smb/receive.c +++ b/source/smb_server/smb/receive.c @@ -533,7 +533,7 @@ static void switch_message(int type, struct smbsrv_request *req) * so just skip the reply */ if ((flags & SIGNING_NO_REPLY) && - (req->smb_conn->signing.signing_state != SMB_SIGNING_ENGINE_OFF)) { + (req->smb_conn->signing.engine_state != SMB_SIGNING_ENGINE_OFF)) { DEBUG(1,("SKIP ERROR REPLY: %s %s because of unknown smb signing case\n", smb_fn_name(type), nt_errstr(status))); talloc_free(req); @@ -565,7 +565,7 @@ static void switch_message(int type, struct smbsrv_request *req) * so just skip the reply */ if ((flags & SIGNING_NO_REPLY) && - (req->smb_conn->signing.signing_state != SMB_SIGNING_ENGINE_OFF)) { + (req->smb_conn->signing.engine_state != SMB_SIGNING_ENGINE_OFF)) { DEBUG(1,("SKIP ERROR REPLY: %s %s because of unknown smb signing case\n", smb_fn_name(type), nt_errstr(status))); talloc_free(req);