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
45c0d19a
Commit
45c0d19a
authored
Jul 26, 1996
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Include async.h before connections.h.
(free_parsed): Set array_parse_index.
parent
e42a4e97
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server/connections.c
+4
-2
4 additions, 2 deletions
src/server/connections.c
with
4 additions
and
2 deletions
src/server/connections.c
+
4
−
2
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.
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
* Created by Willf|r 31/3-90. Mostly written by ceder.
* 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"
#include
"rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
@@ -64,6 +64,7 @@ USE(rcsid);
...
@@ -64,6 +64,7 @@ USE(rcsid);
#include
"debug.h"
#include
"debug.h"
#include
"isc-interface.h"
#include
"isc-interface.h"
#include
"com.h"
#include
"com.h"
#include
"async.h"
#include
"connections.h"
#include
"connections.h"
#include
"internal-connections.h"
#include
"internal-connections.h"
#include
"prot-a-parse-arg.h"
#include
"prot-a-parse-arg.h"
...
@@ -277,6 +278,7 @@ free_parsed(Connection *client)
...
@@ -277,6 +278,7 @@ free_parsed(Connection *client)
client
->
c_local_text_no_p
=
NULL
;
client
->
c_local_text_no_p
=
NULL
;
client
->
parse_pos
=
0
;
client
->
parse_pos
=
0
;
client
->
fnc_parse_pos
=
0
;
client
->
fnc_parse_pos
=
0
;
client
->
array_parse_index
=
0
;
client
->
array_parse_pos
=
0
;
client
->
array_parse_pos
=
0
;
client
->
struct_parse_pos
=
0
;
client
->
struct_parse_pos
=
0
;
client
->
string_parse_pos
=
0
;
client
->
string_parse_pos
=
0
;
...
...
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