From af1a0c31f7a066a4f72b346daef0e00ad7764bc9 Mon Sep 17 00:00:00 2001 From: Christian Beer Date: Tue, 20 Oct 2015 13:53:40 +0200 Subject: [PATCH] initialize fields in constructors fixes CID 28020, 27932 found by Coverity Scan --- lib/gui_rpc_client_ops.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gui_rpc_client_ops.cpp b/lib/gui_rpc_client_ops.cpp index 9983bfb36f..b0ce93c8db 100644 --- a/lib/gui_rpc_client_ops.cpp +++ b/lib/gui_rpc_client_ops.cpp @@ -1327,6 +1327,7 @@ void ACCOUNT_IN::clear() { user_name.clear(); passwd.clear(); team_name.clear(); + ldap_auth = false; } ACCOUNT_OUT::ACCOUNT_OUT() {