Temporary fix for high-priority iprop issues

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Viktor Dukhovni
2013-04-18 23:02:53 +00:00
committed by Love Hornquist Astrand
parent 435c02fa26
commit 72f0690694
3 changed files with 33 additions and 2 deletions

View File

@@ -759,9 +759,12 @@ main(int argc, char **argv)
else
krb5_err (context, 1, errno, "select");
}
if (ret == 0)
krb5_errx (context, 1, "server didn't send a message "
if (ret == 0) {
krb5_warn (context, 1, "server didn't send a message "
"in %d seconds", time_before_lost);
connected = FALSE;
continue;
}
ret = krb5_read_priv_message(context, auth_context, &master_fd, &out);
if (ret) {