aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-05-10 20:57:06 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-05-10 20:57:06 +0000
commita05d5900b99204ed9adecb4b5065b3f3e306d838 (patch)
tree539d1d3bf76c57c88ad78913a2f1b6c92e9aff89
parent4af077e17c5e0e4733910334b61147bcd187a79b (diff)
Notes
-rw-r--r--libexec/ypxfr/ypxfr_main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/ypxfr/ypxfr_main.c b/libexec/ypxfr/ypxfr_main.c
index d2a9f85da5f9..f8ebc1643b65 100644
--- a/libexec/ypxfr/ypxfr_main.c
+++ b/libexec/ypxfr/ypxfr_main.c
@@ -32,7 +32,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: ypxfr_main.c,v 1.11 1997/12/08 07:49:54 charnier Exp $";
+ "$Id: ypxfr_main.c,v 1.13 1999/05/10 20:55:29 wpaul Exp $";
#endif /* not lint */
#include <errno.h>
@@ -81,14 +81,14 @@ static void ypxfr_exit(retval, temp)
}
}
- if (_rpcpmstart) {
+ if (ypxfr_prognum) {
timeout.tv_sec = 20;
timeout.tv_usec = 0;
if ((clnt = clntudp_create(&ypxfr_callback_addr, ypxfr_prognum,
1, timeout, &sock)) == NULL) {
- yp_error("%s", clnt_spcreateerror("failed to \
-establish callback handle"));
+ yp_error("%s", clnt_spcreateerror("failed to "
+ "establish callback handle"));
exit(1);
}