diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-11-30 15:28:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-11-30 15:28:34 +0000 |
commit | 5df4fe083318e752210652353b9750c6d8ca6714 (patch) | |
tree | 08d441e06f0ceceb039556be5ae6f911d55c36a6 /sunrpc | |
parent | ee50871d980c9f61df31eb7fa6264ff65ebb40f9 (diff) | |
download | glibc-5df4fe083318e752210652353b9750c6d8ca6714.tar glibc-5df4fe083318e752210652353b9750c6d8ca6714.tar.gz glibc-5df4fe083318e752210652353b9750c6d8ca6714.tar.bz2 glibc-5df4fe083318e752210652353b9750c6d8ca6714.zip |
* sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloccvs/fedora-glibc-20061130T1652
succeeded.
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; } |