Skip to content
Snippets Groups Projects
Commit 60f996f9 authored by rswindell's avatar rswindell
Browse files

Clean up the hostname look-up stuff:

- getnameinfo() was being called with NI_NUMERICHOST in the mail server and
  web server (but nowhere else)
- use a singly-defined macro (STR_NO_HOSTNAME) for the "<no name>" string
  rather than copying it about
- the webserver apparently assumes that session->host_name will always have
  *some* unique value (e.g. the IP address when no hostname is available) - so
  account for that special need <grumble>
parent 5dc77fef
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment