Introduction
Introduction Statistics Contact Development Disclaimer Help
minor fix - fiche - A pastebin adjusted for gopher use
git clone git://vernunftzentrum.de/fiche.git
Log
Files
Refs
LICENSE
---
commit 8b553306f04ca25b51aad877e6f011eb077a1354
parent 7b48aed40239012e2ee068826a3225b93a0ddcc5
Author: solusipse <[email protected]>
Date: Mon, 16 Sep 2013 15:07:31 +0200
minor fix
Diffstat:
fiche.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/fiche.c b/fiche.c
@@ -156,7 +156,7 @@ struct client_data get_client_address(struct sockaddr_in cl…
hostp = gethostbyaddr((const char *)&client_address.sin_addr.s_addr, sizeo…
if (hostp == NULL)
{
- nerror("ERROR: Couldn't obtain client's address");
+ nerror("ERROR: Couldn't obtain client's hostname");
data.hostname = "error";
}
else
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.