Author: bz
Date: Wed Feb  2 20:00:35 2011
New Revision: 218201
URL: http://svn.freebsd.org/changeset/base/218201

Log:
  Add missing argument after r218192.

Modified:
  head/sbin/hastctl/hastctl.c

Modified: head/sbin/hastctl/hastctl.c
==============================================================================
--- head/sbin/hastctl/hastctl.c Wed Feb  2 19:20:20 2011        (r218200)
+++ head/sbin/hastctl/hastctl.c Wed Feb  2 20:00:35 2011        (r218201)
@@ -487,7 +487,7 @@ main(int argc, char *argv[])
                    cfg->hc_controladdr);
        }
        /* ...and connect to hastd. */
-       if (proto_connect(controlconn) < 0) {
+       if (proto_connect(controlconn, HAST_TIMEOUT) < 0) {
                pjdlog_exit(EX_OSERR, "Unable to connect to hastd via %s",
                    cfg->hc_controladdr);
        }
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to