mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-28 15:24:49 -05:00
pty_init should put _something_ into realhost
[originally from svn r6679]
This commit is contained in:
parent
1e48a52b17
commit
8eef03a0b0
@ -865,6 +865,8 @@ static const char *pty_init(void *frontend, void **backend_handle, Config *cfg,
|
||||
|
||||
*backend_handle = pty;
|
||||
|
||||
*realhost = dupprintf("\0");
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user