Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sbin/hastd/secondary.c 204076 2010-02-18 23:16:19Z pjd $");
---
> __FBSDID("$FreeBSD: head/sbin/hastd/secondary.c 207371 2010-04-29 15:36:32Z pjd $");
339a340,345
> /* Error in setting timeout is not critical, but why should it fail? */
> if (proto_timeout(res->hr_remotein, 0) < 0)
> pjdlog_errno(LOG_WARNING, "Unable to set connection timeout");
> if (proto_timeout(res->hr_remoteout, res->hr_timeout) < 0)
> pjdlog_errno(LOG_WARNING, "Unable to set connection timeout");
>