Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
Icecast-Server
Commits
0dbabcc4
Commit
0dbabcc4
authored
Dec 24, 2014
by
Philipp Schafft
🦁
Browse files
Fix: avoid assignment discards 'const' qualifier warning
Untested. Please test. See #2063
parent
ddb58bfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
0dbabcc4
...
...
@@ -191,7 +191,7 @@ static unsigned long _next_connection_id(void)
#ifdef HAVE_OPENSSL
static
void
get_ssl_certificate
(
ice_config_t
*
config
)
{
SSL_METHOD
*
method
;
const
SSL_METHOD
*
method
;
long
ssl_opts
;
ssl_ok
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment