Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
spr0cketeer
Icecast-common
Commits
431e4d1a
Commit
431e4d1a
authored
Apr 08, 2005
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simple sanity check
svn path=/icecast/trunk/httpp/; revision=9126
parent
cec03615
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
httpp/httpp.c
httpp/httpp.c
+3
-0
No files found.
httpp/httpp.c
View file @
431e4d1a
...
...
@@ -451,6 +451,9 @@ char *httpp_getvar(http_parser_t *parser, char *name)
http_var_t
*
found
;
void
*
fp
;
if
(
parser
==
NULL
||
name
==
NULL
)
return
NULL
;
fp
=
&
found
;
var
.
name
=
name
;
var
.
value
=
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