From 7f8b198d34311f400d2fcc3302106f21875b378c Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Wed, 8 Apr 1992 18:18:59 +0000
Subject: [PATCH] Fixed prot_a_output_who_info.

---
 src/server/prot-a-output.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/server/prot-a-output.c b/src/server/prot-a-output.c
index 1c6ad33c2..867582420 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.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.
  *
  * 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.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>
@@ -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->username);
-
-    s_clear(&user_host_host);
 }
 
 
-- 
GitLab