Commit 55321179 authored by Anders Kaseorg's avatar Anders Kaseorg
Browse files

Revert "Fix mosh-server segfault on startup when run without arguments"

This reverts commit 578db45f

.

The NULL inputs to getaddrinfo are valid in certain cases, and at
least in the case of node, important.  The segfault happens not with
getaddrinfo, but with the error message generation below it.

Signed-off-by: default avatarAnders Kaseorg <andersk@mit.edu>
parent 578db45f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment