Changed the clnt_perror string in yp_all because it was saying the

error came from yp_next

PR:	bin/13254
Submitted by:	Jim Pirzyk
Reviewed by:	jkh
MFC after: 1 week
This commit is contained in:
Jim Pirzyk 2001-05-23 15:37:10 +00:00
parent 6949472556
commit d825ca42c9

View File

@ -874,7 +874,7 @@ yp_all(indomain, inmap, incallback)
if (clnt_call(clnt, YPPROC_ALL,
xdr_ypreq_nokey, &yprnk,
xdr_ypresp_all_seq, &status, tv) != RPC_SUCCESS) {
clnt_perror(ysd->dom_client, "yp_next: clnt_call");
clnt_perror(ysd->dom_client, "yp_all: clnt_call");
clnt_destroy(clnt);
_yp_unbind(ysd);
goto again;