Skip to content
GitLab
Menu
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
45c0d19a
Commit
45c0d19a
authored
Jul 26, 1996
by
Per Cederqvist
Browse files
Include async.h before connections.h.
(free_parsed): Set array_parse_index.
parent
e42a4e97
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/connections.c
View file @
45c0d19a
/*
* $Id: connections.c,v 0.4
1
1996/0
6/14 15:47:41 by
er
s
Exp $
* $Id: connections.c,v 0.4
2
1996/0
7/26 00:30:34 ced
er 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
1
1996/0
6/14 15:47:41 by
er
s
Exp $"
;
static
char
*
rcsid
=
"$Id: connections.c,v 0.4
2
1996/0
7/26 00:30:34 ced
er Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -64,6 +64,7 @@ USE(rcsid);
#include
"debug.h"
#include
"isc-interface.h"
#include
"com.h"
#include
"async.h"
#include
"connections.h"
#include
"internal-connections.h"
#include
"prot-a-parse-arg.h"
...
...
@@ -277,6 +278,7 @@ free_parsed(Connection *client)
client
->
c_local_text_no_p
=
NULL
;
client
->
parse_pos
=
0
;
client
->
fnc_parse_pos
=
0
;
client
->
array_parse_index
=
0
;
client
->
array_parse_pos
=
0
;
client
->
struct_parse_pos
=
0
;
client
->
string_parse_pos
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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