Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
102
Issues
102
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Icecast-Server
Commits
de48bdd1
Commit
de48bdd1
authored
Jan 03, 2015
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup: Removed unused member host vom connection struct
parent
b7d0188e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
src/connection.c
src/connection.c
+0
-2
src/connection.h
src/connection.h
+0
-2
No files found.
src/connection.c
View file @
de48bdd1
...
...
@@ -1609,8 +1609,6 @@ void connection_close(connection_t *con)
sock_close
(
con
->
sock
);
if
(
con
->
ip
)
free
(
con
->
ip
);
if
(
con
->
host
)
free
(
con
->
host
);
#ifdef HAVE_OPENSSL
if
(
con
->
ssl
)
{
SSL_shutdown
(
con
->
ssl
);
SSL_free
(
con
->
ssl
);
}
#endif
...
...
src/connection.h
View file @
de48bdd1
...
...
@@ -49,8 +49,6 @@ typedef struct connection_tag
int
(
*
read
)(
struct
connection_tag
*
handle
,
void
*
buf
,
size_t
len
);
char
*
ip
;
char
*
host
;
}
connection_t
;
void
connection_initialize
(
void
);
...
...
Write
Preview
Markdown
is supported
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