STABLE14-vlprocs-extended-user-logging-20050618

update log message to provide full username


(cherry picked from commit b5461fc5a8350a5a1110e225da62caa7bf0e7245)
This commit is contained in:
Derrick Brashear 2005-06-21 21:19:29 +00:00
parent 9805b80312
commit 8fe98ef379

View File

@ -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);