mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
* sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
succeeded.
This commit is contained in:
parent
ee50871d98
commit
5df4fe0833
@ -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>
|
||||
|
@ -71,6 +71,7 @@ svc_run (void)
|
||||
break;
|
||||
}
|
||||
|
||||
my_pollfd = new_pollfd;
|
||||
last_max_pollfd = max_pollfd;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user