diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1995-03-21 00:48:55 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1995-03-21 00:48:55 +0000 |
| commit | 2943bd1c539a44ed105488b0718e1681b8b3035a (patch) | |
| tree | 77aa2c621d5d321f66be46f568c2f8053a436576 /lib/libc | |
| parent | be27572a45826ce88c91fa2e2b214f3b3538fccd (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/yp/yplib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/yp/yplib.c b/lib/libc/yp/yplib.c index 57f1df09cc96..1187a664dc33 100644 --- a/lib/libc/yp/yplib.c +++ b/lib/libc/yp/yplib.c @@ -28,7 +28,7 @@ */ #ifndef LINT -static char *rcsid = "$Id: yplib.c,v 1.2 1994/01/11 19:01:09 nate Exp $"; +static char *rcsid = "$Id: yplib.c,v 1.1 1994/08/07 23:04:55 wollman Exp $"; #endif #include <sys/param.h> @@ -472,7 +472,7 @@ again: xdr_ypreq_nokey, &yprnk, xdr_ypresp_key_val, &yprkv, tv); if(r != RPC_SUCCESS) { clnt_perror(ysd->dom_client, "yp_first: clnt_call"); - ysd->dom_vers = -1; + ysd->dom_vers = 0; goto again; } if( !(r=ypprot_err(yprkv.status)) ) { |
