mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-15 00:12:48 +00:00
Small icp bug
This commit is contained in:
parent
ef763b13a4
commit
678edf35ac
@ -328,7 +328,7 @@ main (argc, argv)
|
|||||||
ptr = (struct in_addr *) malloc (sizeof (struct in_addr));
|
ptr = (struct in_addr *) malloc (sizeof (struct in_addr));
|
||||||
ptr->s_addr = addr;
|
ptr->s_addr = addr;
|
||||||
}
|
}
|
||||||
if (!http) /* Already find */
|
if (!http && !icp) /* Already find */
|
||||||
{
|
{
|
||||||
if (!udp)
|
if (!udp)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user