* grub-core/net/ip.c (handle_dgram): Fix DHCP mac comparison.

Also-By: Vladimir Serbinenko <phcoder@gmail.com>
This commit is contained in:
Bean 2012-05-01 15:20:20 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent a188012e6c
commit ba15b2afa0
2 changed files with 36 additions and 25 deletions

View file

@ -1,3 +1,8 @@
2012-05-01 Vladimir Serbinenko <phcoder@gmail.com>
2012-05-01 Bean <bean123ch@gmail.com>
* grub-core/net/ip.c (handle_dgram): Fix DHCP mac comparison.
2012-05-01 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/file.c (grub_file_read): Read nothing if len = 0.