diff options
Diffstat (limited to 'nis/ypclnt.c')
-rw-r--r-- | nis/ypclnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/ypclnt.c b/nis/ypclnt.c index 65b9c55..5ad78ed 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) |