Skip to content

Commit

Permalink
[core] fixed bogus paste from 2736d6
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed Sep 15, 2020
1 parent 2736d6e commit 32bef05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolve.c
Expand Up @@ -452,7 +452,7 @@ inline struct hostent* resolvehost(char* name, int no_ip_test)
int err;
static struct hostent* he2=0;
#endif
struct ip_a88a57479addr* ip;
struct ip_addr* ip;
str s;
struct timeval start;

Expand Down

0 comments on commit 32bef05

Please sign in to comment.