Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
94
Issues
94
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Icecast-Server
Commits
bb07af1e
Commit
bb07af1e
authored
Jan 02, 2013
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Escape log entries in access log (close:
#1916
)
svn path=/icecast/trunk/icecast/; revision=18755
parent
67d91cc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/cfgfile.c
src/cfgfile.c
+5
-0
src/logging.c
src/logging.c
+1
-1
No files found.
src/cfgfile.c
View file @
bb07af1e
...
...
@@ -698,6 +698,11 @@ static void _parse_mount(xmlDocPtr doc, xmlNodePtr node,
current
=
current
->
next
;
}
if
(
!
mount
->
fallback_mount
&&
(
mount
->
fallback_when_full
||
mount
->
fallback_override
))
{
WARN1
(
"Config for mount %s contains fallback options but no fallback mount."
,
mount
->
mountname
);
}
if
(
last
)
last
->
next
=
mount
;
else
...
...
src/logging.c
View file @
bb07af1e
...
...
@@ -159,7 +159,7 @@ void logging_access(client_t *client)
user_agent
=
"-"
;
log_write_direct
(
accesslog
,
"%s - %
s [%s]
\"
%s
\"
%d %"
PRIu64
"
\"
%s
\"
\"
%s
\"
%lu"
,
"%s - %
H [%s]
\"
%H
\"
%d %"
PRIu64
"
\"
%H
\"
\"
%H
\"
%lu"
,
client
->
con
->
ip
,
username
,
datebuf
,
...
...
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