From 5df4fe083318e752210652353b9750c6d8ca6714 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 30 Nov 2006 15:28:34 +0000 Subject: * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc succeeded. --- sunrpc/svc_run.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sunrpc') diff --git a/sunrpc/svc_run.c b/sunrpc/svc_run.c index feb1bf9..f1f47fb 100644 --- a/sunrpc/svc_run.c +++ b/sunrpc/svc_run.c @@ -71,6 +71,7 @@ svc_run (void) break; } + my_pollfd = new_pollfd; last_max_pollfd = max_pollfd; } -- cgit v1.1