Ticket #15450: mtr.c.patch
File mtr.c.patch, 401 bytes (added by krb0@…, 16 years ago) |
---|
-
mtr.c
old new 384 384 bzero( &hints, sizeof hints ); 385 385 hints.ai_family = af; 386 386 hints.ai_socktype = SOCK_DGRAM; 387 error = getaddrinfo( Hostname, " 0", &hints, &res );387 error = getaddrinfo( Hostname, "", &hints, &res ); 388 388 if ( error ) { 389 389 perror( gai_strerror(error) ); 390 390 exit( EXIT_FAILURE );