Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
f72afeb2
Commit
f72afeb2
authored
Jun 21, 1999
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
(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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server/connections.c
+7
-2
7 additions, 2 deletions
src/server/connections.c
with
7 additions
and
2 deletions
src/server/connections.c
+
7
−
2
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.
* 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.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"
#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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment