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
ca5363a0
Commit
ca5363a0
authored
Aug 20, 2003
by
Per Cederqvist
Browse files
(prot_a_init): Removed handling of c_local_text_no_p.
(prot_a_destruct): Ditto.
parent
af3af7df
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server/prot-a.c
View file @
ca5363a0
/*
/*
* $Id: prot-a.c,v 0.8
7
2003/08/
16 11:28:58
ceder Exp $
* $Id: prot-a.c,v 0.8
8
2003/08/
20 17:40:03
ceder Exp $
* Copyright (C) 1991-2002 Lysator Academic Computer Association.
* Copyright (C) 1991-2002 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -360,7 +360,6 @@ prot_a_init(Connection *conn)
...
@@ -360,7 +360,6 @@ prot_a_init(Connection *conn)
conn
->
aux_item_list
.
length
=
0
;
conn
->
aux_item_list
.
length
=
0
;
conn
->
aux_item
.
data
=
EMPTY_STRING
;
conn
->
aux_item
.
data
=
EMPTY_STRING
;
conn
->
dummy_aux_item
.
data
=
EMPTY_STRING
;
conn
->
dummy_aux_item
.
data
=
EMPTY_STRING
;
conn
->
c_local_text_no_p
=
NULL
;
init_priv_bits
(
&
conn
->
priv_bits
);
init_priv_bits
(
&
conn
->
priv_bits
);
init_conf_type
(
&
conn
->
conf_type
);
init_conf_type
(
&
conn
->
conf_type
);
}
}
...
@@ -396,9 +395,6 @@ prot_a_destruct(Connection *conn)
...
@@ -396,9 +395,6 @@ prot_a_destruct(Connection *conn)
sfree
(
conn
->
num_list
.
data
);
sfree
(
conn
->
num_list
.
data
);
conn
->
num_list
.
data
=
NULL
;
conn
->
num_list
.
data
=
NULL
;
sfree
(
conn
->
c_local_text_no_p
);
conn
->
c_local_text_no_p
=
NULL
;
sfree
(
conn
->
read_range_list
.
ranges
);
sfree
(
conn
->
read_range_list
.
ranges
);
conn
->
read_range_list
.
ranges
=
NULL
;
conn
->
read_range_list
.
ranges
=
NULL
;
conn
->
read_range_list
.
length
=
0
;
conn
->
read_range_list
.
length
=
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