Skip to content

Commit

Permalink
* sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
Browse files Browse the repository at this point in the history
	succeeded.
  • Loading branch information
Ulrich Drepper committed Nov 30, 2006
1 parent ee50871 commit 5df4fe0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
1 change: 1 addition & 0 deletions sunrpc/svc_run.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ svc_run (void)
break;
}

my_pollfd = new_pollfd;
last_max_pollfd = max_pollfd;
}

Expand Down

0 comments on commit 5df4fe0

Please sign in to comment.