Deleted Added
full compact
32c32
< __FBSDID("$FreeBSD: head/sbin/hastd/secondary.c 219721 2011-03-17 21:02:14Z trociny $");
---
> __FBSDID("$FreeBSD: head/sbin/hastd/secondary.c 219818 2011-03-21 08:54:59Z pjd $");
354c354
< if (proto_client("socketpair://", &res->hr_ctrl) < 0) {
---
> if (proto_client(NULL, "socketpair://", &res->hr_ctrl) < 0) {
362c362
< if (proto_client("socketpair://", &res->hr_event) < 0) {
---
> if (proto_client(NULL, "socketpair://", &res->hr_event) < 0) {
371c371
< if (proto_client("socketpair://", &res->hr_conn) < 0) {
---
> if (proto_client(NULL, "socketpair://", &res->hr_conn) < 0) {