diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2017-04-22 23:20:24 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2017-04-22 23:22:32 +0200 |
commit | 6ae9c025819d4cc8e7e23308e4834af4ec695945 (patch) | |
tree | 8407bc5f2e696d3c8104ac3d8e96851d7b88432a /env.c | |
parent | c36be3453b906381c9580fa0ef8c6b652fcb6cfe (diff) | |
download | fetchmail-6ae9c025819d4cc8e7e23308e4834af4ec695945.tar.gz fetchmail-6ae9c025819d4cc8e7e23308e4834af4ec695945.tar.bz2 fetchmail-6ae9c025819d4cc8e7e23308e4834af4ec695945.zip |
Remove last traces of gethostbyname().
Diffstat (limited to 'env.c')
-rw-r--r-- | env.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ char *host_fqdn(int required) if (e) { /* exit with error message */ fprintf(stderr, - GT_("gethostbyname failed for %s\n"), tmpbuf); + GT_("getaddrinfo failed for %s\n"), tmpbuf); fprintf(stderr, "%s", gai_strerror(e)); fprintf(stderr, GT_("Cannot find my own host in hosts database to qualify it!\n")); if (required) |