From c1b922352fd88909401bad914cf660f29d5b063c Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 2 Oct 2012 11:25:04 +0200 Subject: Fix various issues found by Coverity --- daemons/ipa-sam/ipa_sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemons/ipa-sam/ipa_sam.c') diff --git a/daemons/ipa-sam/ipa_sam.c b/daemons/ipa-sam/ipa_sam.c index ab642d75..b1592b71 100644 --- a/daemons/ipa-sam/ipa_sam.c +++ b/daemons/ipa-sam/ipa_sam.c @@ -1525,7 +1525,7 @@ static int set_cross_realm_pw(struct ldapsam_privates *ldap_state, krb5_error_code krberr; krb5_context krbctx; krb5_principal service_princ; - struct keys_container keys; + struct keys_container keys = {0, NULL}; char *err_msg; struct berval *reqdata = NULL; struct berval *retdata = NULL; -- cgit