Skip to content
Snippets Groups Projects
Commit f72afeb2 authored by Per Cederqvist's avatar 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
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: connections.c,v 0.64 1999/06/03 22:11:06 ceder Exp $ * $Id: connections.c,v 0.65 1999/06/21 18:18:35 ceder Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association. * Copyright (C) 1991-1999 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#endif #endif
static const char * static const char *
rcsid = "$Id: connections.c,v 0.64 1999/06/03 22:11:06 ceder Exp $"; rcsid = "$Id: connections.c,v 0.65 1999/06/21 18:18:35 ceder Exp $";
#include "rcs.h" #include "rcs.h"
USE(rcsid); USE(rcsid);
...@@ -156,7 +156,12 @@ logout_client(Connection *cp) ...@@ -156,7 +156,12 @@ logout_client(Connection *cp)
} }
else 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 ); async_logout( 0, cp->session_no );
#endif
} }
switch(cp->protocol) switch(cp->protocol)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment