mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-15 10:51:56 -06:00
fix typo
This commit is contained in:
parent
6980b07303
commit
4b4e0e1516
@ -1319,7 +1319,7 @@ int main(int argc, char *argv[])
|
||||
hints.ai_flags = AI_NUMERICHOST;
|
||||
hints.ai_family = AF_UNSPEC;
|
||||
|
||||
/* this shoud return 2 entries, one for UDP and one for TCP */
|
||||
/* this should return 2 entries, one for UDP and one for TCP */
|
||||
ret = getaddrinfo(host, "kpasswd", &hints, &ai);
|
||||
if (ret) {
|
||||
syslog(LOG_ERR, "Error getting address info (%s) for [%s]",
|
||||
|
Loading…
Reference in New Issue
Block a user