diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/svc_run.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/svc_run.c b/sunrpc/svc_run.c index feb1bf958e..f1f47fbf30 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; } |