mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
nameserver should be static
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
*/
|
||||
|
||||
/** The DNS server */
|
||||
struct sockaddr_tcpip nameserver = {
|
||||
static struct sockaddr_tcpip nameserver = {
|
||||
.st_port = htons ( DNS_PORT ),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user