1
0
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:
Owen Dunn 2006-05-12 11:02:28 +00:00
parent 1e48a52b17
commit 8eef03a0b0

View File

@ -865,6 +865,8 @@ static const char *pty_init(void *frontend, void **backend_handle, Config *cfg,
*backend_handle = pty;
*realhost = dupprintf("\0");
return NULL;
}