krb5_sendto_context potentially uninitialized ret
Change-Id: Ia1f54f90900f78f25bb6e0573f707b4d2a7f6055
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user