* grub-core/net/net.c (receive_packets): Stop after 100 packets to let

sync part to handle them.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-06-22 12:42:31 +02:00
parent f35abd8190
commit 6b9cfac683
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-06-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/net/net.c (receive_packets): Stop after 100 packets to let
sync part to handle them.
2012-06-21 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/main.c (grub_set_prefix_and_root): Fix memory leak.