diff --git a/src/server/prot-a-output.c b/src/server/prot-a-output.c index 3ba93d81d164297239a6140bc4cd00fcfc4a8c7f..1c6ad33c2100d4b9b73ad45b756152a49e8793ab 100644 --- a/src/server/prot-a-output.c +++ b/src/server/prot-a-output.c @@ -1,5 +1,5 @@ /* - * $Id: prot-a-output.c,v 0.9 1992/04/04 17:31:30 ceder Exp $ + * $Id: prot-a-output.c,v 0.10 1992/04/07 14:51:26 ceder Exp $ * Copyright (C) 1991 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -28,7 +28,7 @@ * Written by ceder 1990-07-13 */ -static char *rcsid = "$Id: prot-a-output.c,v 0.9 1992/04/04 17:31:30 ceder Exp $"; +static char *rcsid = "$Id: prot-a-output.c,v 0.10 1992/04/07 14:51:26 ceder Exp $"; #include <kom-types.h> @@ -278,15 +278,13 @@ void prot_a_output_who_info(Connection *fp, Who_info *info) { - String user_host_host = EMPTY_STRING; - mux_printf(fp, " %lu %lu %lu", (u_long)info->person, (u_long)info->working_conference, (u_long)info->session_no); prot_a_output_string(fp, info->what_am_i_doing); - prot_a_output_string(fp, user_host_host); + prot_a_output_string(fp, info->username); s_clear(&user_host_host); }