diff options
author | jcid <devnull@localhost> | 2007-10-29 23:21:05 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-10-29 23:21:05 +0100 |
commit | 88268ea16cb3986a8541563c324341d196949770 (patch) | |
tree | 34bc2dc5c224d6be08f20a3cf0f7dd26a7f86584 /src/dns.c | |
parent | ffb17459b3ccb49ae0cfbe5ae2cd8d63a458d5d5 (diff) |
Fixed a typo in dns.c (blocking server part)
Diffstat (limited to 'src/dns.c')
-rw-r--r-- | src/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -316,7 +316,7 @@ static void Dns_blocking_server(void) { int channel = 0; struct hostent *host = NULL; - dList *hosts = dList_new(2); + Dlist *hosts = dList_new(2); #ifdef LIBC5 int h_err; #endif |