aboutsummaryrefslogtreecommitdiff
path: root/nis/ypclnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'nis/ypclnt.c')
-rw-r--r--nis/ypclnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/ypclnt.c b/nis/ypclnt.c
index 5b4cab3..9b93645 100644
--- a/nis/ypclnt.c
+++ b/nis/ypclnt.c
@@ -269,7 +269,7 @@ do_ypcall (const char *domain, u_long prog, xdrproc_t xargs,
else
__libc_lock_unlock (ypbindlist_lock);
- while (try < MAXTRIES && status != YPERR_SUCCESS))
+ while (try < MAXTRIES && status != YPERR_SUCCESS)
{
if (__yp_bind (domain, &ydb) != 0)
{