Skip to content
Snippets Groups Projects
Commit 7e36afb1 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(logout): No longer send any async_i_am_off.

parent 11a6cec1
No related branches found
No related tags found
No related merge requests found
/*
* $Id: session.c,v 0.27 1994/10/22 13:20:11 ceder Exp $
* $Id: session.c,v 0.28 1994/12/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.27 1994/10/22 13:20:11 ceder Exp $";
static char *rcsid = "$Id: session.c,v 0.28 1994/12/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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment