nameserver should be static

This commit is contained in:
Michael Brown
2007-07-17 01:21:20 +01:00
parent 7df3d4a177
commit f44969f7df
2 changed files with 1 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
*/
/** The DNS server */
struct sockaddr_tcpip nameserver = {
static struct sockaddr_tcpip nameserver = {
.st_port = htons ( DNS_PORT ),
};