1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s3: Fix Coverity ID 2618: UNINIT

This commit is contained in:
Volker Lendecke 2011-09-21 21:31:15 +02:00 committed by Volker Lendecke
parent e99a18cdc0
commit 25e0e675e8

View File

@ -2761,6 +2761,8 @@ static void cli_negprot_done(struct tevent_req *subreq)
}
server_signing = "not supported";
server_allowed = false;
if (server_security_mode & NEGOTIATE_SECURITY_SIGNATURES_ENABLED) {
server_signing = "supported";
server_allowed = true;