Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
033ceaeb
Commit
033ceaeb
authored
Jul 26, 1998
by
Per Cederqvist
Browse files
(prot_a_reply): Don't attempt to handle rt_text_list.
parent
0b15e0c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a.c
View file @
033ceaeb
/*
* $Id: prot-a.c,v 0.4
7
1998/07/26 1
6
:4
4:13
ceder Exp $
* $Id: prot-a.c,v 0.4
8
1998/07/26 1
7
:4
1:08
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -27,7 +27,7 @@
*/
static
const
char
*
rcsid
=
"$Id: prot-a.c,v 0.4
7
1998/07/26 1
6
:4
4:13
ceder Exp $"
;
rcsid
=
"$Id: prot-a.c,v 0.4
8
1998/07/26 1
7
:4
1:08
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -143,11 +143,6 @@ prot_a_reply(Connection *client,
BUG
((
"={Text_stat struct not listed}
\n
"
));
break
;
case
rt_text_list
:
prot_a_output_text_list
(
client
,
res
->
text_list
);
BUG
((
"={Text_list not listed}
\n
"
));
break
;
case
rt_who_info_list
:
prot_a_output_who_info_list
(
client
,
res
->
who_info_list
);
BUG
((
"={Who_info_list not listed}
\n
"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment