diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-11-30 17:07:38 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-11-30 17:07:38 +0000 |
commit | 37582bc7433d788408ba94cee69659153b442a0b (patch) | |
tree | bd44117da24a4333249ba46eb935112df58924d7 /sunrpc | |
parent | f12ca311c01cba335a9e4c866a0c966d2efd41a2 (diff) | |
download | glibc-37582bc7433d788408ba94cee69659153b442a0b.tar glibc-37582bc7433d788408ba94cee69659153b442a0b.tar.gz glibc-37582bc7433d788408ba94cee69659153b442a0b.tar.bz2 glibc-37582bc7433d788408ba94cee69659153b442a0b.zip |
Updated to fedora-glibc-20061130T1652cvs/fedora-glibc-2_5_90-9
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; } |