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
f72afeb2
Commit
f72afeb2
authored
Jun 21, 1999
by
Per Cederqvist
Browse files
(logout_client): Back out the change made 1999-01-16; no longer send
async-logout if the session is not logged in.
parent
9b8f3dc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/connections.c
View file @
f72afeb2
/*
* $Id: connections.c,v 0.6
4
1999/06/
03 22:11:06
ceder Exp $
* $Id: connections.c,v 0.6
5
1999/06/
21 18:18:35
ceder Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -36,7 +36,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: connections.c,v 0.6
4
1999/06/
03 22:11:06
ceder Exp $"
;
rcsid
=
"$Id: connections.c,v 0.6
5
1999/06/
21 18:18:35
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -156,7 +156,12 @@ logout_client(Connection *cp)
}
else
{
#if 0
/* FIXME: send a new async here instead. This causes the
elisp client to say that a secret (or unknown) person has
left the system. */
async_logout( 0, cp->session_no );
#endif
}
switch
(
cp
->
protocol
)
...
...
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