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
cd0779a8
Commit
cd0779a8
authored
Aug 01, 1996
by
Per Cederqvist
Browse files
(parse_unparsed): Don't set client->last_request.
parent
3cfb93d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/connections.c
View file @
cd0779a8
/*
* $Id: connections.c,v 0.4
5
1996/08/01
18:31:27
ceder Exp $
* $Id: connections.c,v 0.4
6
1996/08/01
23:57:01
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -30,7 +30,7 @@
* Created by Willf|r 31/3-90. Mostly written by ceder.
*/
static
char
*
rcsid
=
"$Id: connections.c,v 0.4
5
1996/08/01
18:31:27
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: connections.c,v 0.4
6
1996/08/01
23:57:01
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -332,7 +332,6 @@ parse_unparsed(Connection *client)
case
0
:
/* Parse message. If message is complete call function and reply. */
parse_packet
(
client
);
client
->
last_request
=
time
(
NULL
);
status
=
call_function
(
client
,
&
result
);
reply
(
client
,
status
,
&
result
);
free_parsed
(
client
);
...
...
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