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
c58d9235
Commit
c58d9235
authored
Jul 26, 1998
by
Per Cederqvist
Browse files
(prot_a_reply): Handle rt_l2g_iterator_as_text_list.
parent
1ea7e221
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a.c
View file @
c58d9235
/*
* $Id: prot-a.c,v 0.4
6
1998/07/
08
1
3
:4
1:58
ceder Exp $
* $Id: prot-a.c,v 0.4
7
1998/07/
26
1
6
:4
4:13
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
6
1998/07/
08
1
3
:4
1:58
ceder Exp $"
;
rcsid
=
"$Id: prot-a.c,v 0.4
7
1998/07/
26
1
6
:4
4:13
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -257,6 +257,12 @@ prot_a_reply(Connection *client,
&
res
->
static_session_info
);
BUG
((
"={static_session_info not listed"
));
break
;
case
rt_l2g_iterator_as_text_list
:
prot_a_output_l2g_iterator_as_text_list
(
client
,
&
res
->
l2g_iterator_as_text_list
);
BUG
((
"={l2g_iterator_as_text_list not listed"
));
break
;
}
mux_putc
(
'\n'
,
client
);
}
...
...
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