diff --git a/unix/uxpty.c b/unix/uxpty.c index b54ed417..637eaa1a 100644 --- a/unix/uxpty.c +++ b/unix/uxpty.c @@ -865,6 +865,8 @@ static const char *pty_init(void *frontend, void **backend_handle, Config *cfg, *backend_handle = pty; + *realhost = dupprintf("\0"); + return NULL; }