diff --git a/src/vlserver/vlprocs.c b/src/vlserver/vlprocs.c index 9d2feeaa53..97c8afb133 100644 --- a/src/vlserver/vlprocs.c +++ b/src/vlserver/vlprocs.c @@ -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);