krb5_sendto_context potentially uninitialized ret

Change-Id: Ia1f54f90900f78f25bb6e0573f707b4d2a7f6055
This commit is contained in:
Jeffrey Altman
2013-09-11 00:20:53 -04:00
parent 0db822a2f1
commit 649a1f8ff3

View File

@@ -1073,7 +1073,7 @@ krb5_sendto_context(krb5_context context,
krb5_const_realm realm,
krb5_data *receive)
{
krb5_error_code ret;
krb5_error_code ret = 0;
krb5_krbhst_handle handle = NULL;
struct timeval nrstart, nrstop, stop_time;
int type, freectx = 0;