From 917ab4233f817b4ec22b9a951dd09e678c0c404b Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Sat, 5 Aug 2000 21:04:17 +0000 Subject: [PATCH] (prot_a_init): Initialize dummy_aux_item.data and aux_item.data. --- src/server/prot-a.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/server/prot-a.c b/src/server/prot-a.c index 74bbb8de..4dc33f7d 100644 --- a/src/server/prot-a.c +++ b/src/server/prot-a.c @@ -1,5 +1,5 @@ /* - * $Id: prot-a.c,v 0.60 1999/05/24 09:34:33 ceder Exp $ + * $Id: prot-a.c,v 0.61 2000/08/05 21:04:17 ceder Exp $ * Copyright (C) 1991-1999 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -32,7 +32,7 @@ #endif static const char * -rcsid = "$Id: prot-a.c,v 0.60 1999/05/24 09:34:33 ceder Exp $"; +rcsid = "$Id: prot-a.c,v 0.61 2000/08/05 21:04:17 ceder Exp $"; #include "rcs.h" USE(rcsid); @@ -327,6 +327,8 @@ prot_a_init(Connection *conn) conn->misc_info_list.no_of_misc = 0; conn->aux_item_list.items = NULL; conn->aux_item_list.length = 0; + conn->aux_item.data = EMPTY_STRING; + conn->dummy_aux_item.data = EMPTY_STRING; conn->c_local_text_no_p = NULL; init_priv_bits(&conn->priv_bits); init_conf_type(&conn->conf_type); -- GitLab