Skip to content
Snippets Groups Projects
Commit 7f8b198d authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Fixed prot_a_output_who_info.

parent 72dbca53
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: prot-a-output.c,v 0.10 1992/04/07 14:51:26 ceder Exp $ * $Id: prot-a-output.c,v 0.11 1992/04/08 18:18:59 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association. * Copyright (C) 1991 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* Written by ceder 1990-07-13 * Written by ceder 1990-07-13
*/ */
static char *rcsid = "$Id: prot-a-output.c,v 0.10 1992/04/07 14:51:26 ceder Exp $"; static char *rcsid = "$Id: prot-a-output.c,v 0.11 1992/04/08 18:18:59 ceder Exp $";
#include <kom-types.h> #include <kom-types.h>
...@@ -285,8 +285,6 @@ prot_a_output_who_info(Connection *fp, ...@@ -285,8 +285,6 @@ prot_a_output_who_info(Connection *fp,
prot_a_output_string(fp, info->what_am_i_doing); prot_a_output_string(fp, info->what_am_i_doing);
prot_a_output_string(fp, info->username); prot_a_output_string(fp, info->username);
s_clear(&user_host_host);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment