Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sbin/hastd/primary.c 207347 2010-04-28 22:39:47Z pjd $");
---
> __FBSDID("$FreeBSD: head/sbin/hastd/primary.c 207371 2010-04-29 15:36:32Z pjd $");
491a492,494
> /* Error in setting timeout is not critical, but why should it fail? */
> if (proto_timeout(out, res->hr_timeout) < 0)
> pjdlog_errno(LOG_WARNING, "Unable to set connection timeout");
554a558,560
> /* Error in setting timeout is not critical, but why should it fail? */
> if (proto_timeout(in, res->hr_timeout) < 0)
> pjdlog_errno(LOG_WARNING, "Unable to set connection timeout");