Skip to content

Commit

Permalink
Typo on #149
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Mar 23, 2020
1 parent c933d95 commit e85e438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ping.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int ping_host(host_t *host, ping_t *ping) {
}
} else if (host->availability_method == AVAIL_PING) {
snprintf(ping->ping_status, 50, "0.000");
snprintf(ping->ping_response, SMALL_BUFSIZE, "PING: Device is Unknown of is IPV6. Please use the SNMP ping options only.");
snprintf(ping->ping_response, SMALL_BUFSIZE, "PING: Device is Unknown or is IPV6. Please use the SNMP ping options only.");
return HOST_DOWN;
}
} else {
Expand Down

0 comments on commit e85e438

Please sign in to comment.