mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Initial commit of GSSAPI Kerberos support.
[originally from svn r8138]
This commit is contained in:
@ -107,8 +107,8 @@ char *platform_default_s(const char *name)
|
||||
{
|
||||
if (!strcmp(name, "TermType"))
|
||||
return dupstr(getenv("TERM"));
|
||||
if (!strcmp(name, "UserName"))
|
||||
return get_username();
|
||||
if (!strcmp(name, "UserName"))
|
||||
return get_username();
|
||||
if (!strcmp(name, "SerialLine"))
|
||||
return dupstr("/dev/ttyS0");
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user