Skip to content
GitLab
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
7e36afb1
Commit
7e36afb1
authored
Dec 31, 1994
by
Per Cederqvist
Browse files
(logout): No longer send any async_i_am_off.
parent
11a6cec1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/session.c
View file @
7e36afb1
/*
* $Id: session.c,v 0.2
7
1994/1
0/22 13:20:11
ceder Exp $
* $Id: session.c,v 0.2
8
1994/1
2/31 12:00:52
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,7 +28,7 @@
* Session control and miscellaneous.
*/
static
char
*
rcsid
=
"$Id: session.c,v 0.2
7
1994/1
0/22 13:20:11
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: session.c,v 0.2
8
1994/1
2/31 12:00:52
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -292,7 +292,6 @@ logout( void )
{
if
(
!
active_connection
->
invisible
)
{
async_i_am_off
(
ACTPERS
);
async_logout
(
ACTPERS
,
active_connection
->
session_no
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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