From a45e13bd3ef3532cebd69ed23bb0eecfcacaf7ad Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 12 Nov 2004 19:06:21 +0000 Subject: Update. 2004-11-12 Andreas Schwab * nis/ypclnt.c (ypprot_err): Fix "minor optimizations". --- nis/ypclnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nis/ypclnt.c') diff --git a/nis/ypclnt.c b/nis/ypclnt.c index 65b9c55467..5ad78eda00 100644 --- a/nis/ypclnt.c +++ b/nis/ypclnt.c @@ -846,7 +846,7 @@ ypprot_err (const int code) { if (code < YP_VERS || code > YP_NOKEY) return YPERR_YPERR; - return yp_2_yperr[code]; + return yp_2_yperr[code - YP_VERS]; } libnsl_hidden_def (ypprot_err) -- cgit 1.4.1