fix compile warning

This commit is contained in:
Love Hornquist Astrand
2011-05-17 23:01:40 -07:00
parent 5774dcfbd8
commit 9ed040da38

View File

@@ -177,7 +177,7 @@ find_etypelist(krb5_context context,
krb5_authdata adIfRelevant;
unsigned i;
krb5_data_zero(&adIfRelevant);
memset(&adIfRelevant, 0, sizeof(adIfRelevant));
etypes->len = 0;
etypes->val = NULL;