Skip to content
Snippets Groups Projects
Commit 45c0d19a authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Include async.h before connections.h.

(free_parsed): Set array_parse_index.
parent e42a4e97
Branches
Tags
No related merge requests found
/* /*
* $Id: connections.c,v 0.41 1996/06/14 15:47:41 byers Exp $ * $Id: connections.c,v 0.42 1996/07/26 00:30:34 ceder 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.41 1996/06/14 15:47:41 byers Exp $"; static char *rcsid = "$Id: connections.c,v 0.42 1996/07/26 00:30:34 ceder 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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment