Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
spr0cketeer
Icecast-Server
Commits
46984437
Commit
46984437
authored
Oct 10, 2012
by
Philipp Schafft
🦁
Browse files
Make some more vars local (static).
svn path=/icecast/trunk/icecast/; revision=18643
parent
4927a110
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
46984437
...
...
@@ -117,7 +117,7 @@ static SSL_CTX *ssl_ctx;
#endif
/* filtering client connection based on IP */
cache_file_contents
banned_ip
,
allowed_ip
;
static
cache_file_contents
banned_ip
,
allowed_ip
;
rwlock_t
_source_shutdown_rwlock
;
...
...
src/fserve.c
View file @
46984437
...
...
@@ -67,8 +67,8 @@
#define BUFSIZE 4096
fserve_t
*
active_list
=
NULL
;
fserve_t
*
pending_list
=
NULL
;
static
fserve_t
*
active_list
=
NULL
;
static
fserve_t
*
pending_list
=
NULL
;
static
spin_t
pending_lock
;
static
avl_tree
*
mimetypes
=
NULL
;
...
...
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