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