]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc cvs/fedora-glibc-20061130T1652
authorUlrich Drepper <drepper@redhat.com>
Thu, 30 Nov 2006 15:28:34 +0000 (15:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 30 Nov 2006 15:28:34 +0000 (15:28 +0000)
succeeded.

ChangeLog
sunrpc/svc_run.c

index 8166dedc95d7eb4cd78883f893485657eb655582..ffffeb2481370f06dce674ed8e024894f0fe1518 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-30  Jakub Jelinek  <jakub@redhat.com>
+
+       * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
+       succeeded.
+
 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
            Jakub Jelinek  <jakub@redhat.com>
            Jan Kratochvil  <jan.kratochvil@redhat.com>
index feb1bf958eebc1913526c38dfde8aff1d4aa76de..f1f47fbf30f87614f18f72bb418fce26f1886aa3 100644 (file)
@@ -71,6 +71,7 @@ svc_run (void)
              break;
            }
 
+         my_pollfd = new_pollfd;
          last_max_pollfd = max_pollfd;
        }