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
6a62f2ae
Commit
6a62f2ae
authored
Jul 28, 1996
by
Per Cederqvist
Browse files
The FIXME-comment introduced in 0.36 has now been fixed. Remove.
parent
66444f14
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a.c
View file @
6a62f2ae
/*
* $Id: prot-a.c,v 0.3
7
1996/07/2
6 00:40
:3
9
ceder Exp $
* $Id: prot-a.c,v 0.3
8
1996/07/2
8 15:16
:3
0
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -26,7 +26,7 @@
* Protocol A.
*/
static
char
*
rcsid
=
"$Id: prot-a.c,v 0.3
7
1996/07/2
6 00:40
:3
9
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: prot-a.c,v 0.3
8
1996/07/2
8 15:16
:3
0
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -393,8 +393,6 @@ prot_a_parse_packet(Connection *client)
client
->
username_valid
=
TRUE
;
mux_printf
(
client
,
"LysKOM
\n
"
);
/* FIXME: no async messages should be sent until the
LysKOM prompter has been sent. */
mux_flush
(
client
);
BUG
((
"[Client %lu is logged on]
\n
"
,
client
->
session_no
));
}
...
...
Write
Preview
Markdown
is supported
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