about summary refs log tree commit diff
path: root/nis
diff options
context:
space:
mode:
Diffstat (limited to 'nis')
-rw-r--r--nis/ypclnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/ypclnt.c b/nis/ypclnt.c
index 5b4cab3e8b..9b936457a5 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)
 	{