mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
vlprocs-extended-user-logging-20050618
update log message to provide full username
This commit is contained in:
parent
f16d1cef70
commit
b5461fc5a8
@ -97,7 +97,8 @@ rxinfo(rxcall)
|
||||
rxkad_GetServerInfo(rxcall->conn, NULL, &exp, tname, tinst, tcell,
|
||||
NULL);
|
||||
if (!code)
|
||||
sprintf(rxinfo_str, "%s %s", inet_ntoa(hostAddr), tname);
|
||||
sprintf(rxinfo_str, "%s %s%s%s%s%s", inet_ntoa(hostAddr), tname,
|
||||
tinst?".":"", tinst?tinst:"", tcell?"@":"", tcell?tcell:"");
|
||||
else
|
||||
sprintf(rxinfo_str, "%s noauth", inet_ntoa(hostAddr));
|
||||
return (rxinfo_str);
|
||||
|
Loading…
Reference in New Issue
Block a user