Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
331e3216
Commit
331e3216
authored
Mar 25, 2007
by
Rémi Denis-Courmont
Browse files
Remove debug
parent
12b89e1f
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/control/http/util.c
View file @
331e3216
...
...
@@ -773,7 +773,6 @@ char *E_(ExtractURIValue)( char *restrict psz_uri,
char
*
psz_value
=
FindURIValue
(
psz_uri
,
psz_name
,
&
len
);
char
*
psz_next
;
fprintf
(
stderr
,
"%s within %s:
\n
"
,
psz_name
,
psz_uri
);
if
(
psz_value
==
NULL
)
{
if
(
bufsize
>
0
)
...
...
@@ -791,7 +790,6 @@ char *E_(ExtractURIValue)( char *restrict psz_uri,
if
(
bufsize
>
0
)
psz_buf
[
len
]
=
'\0'
;
fprintf
(
stderr
,
"%s next %s
\n
"
,
psz_buf
,
psz_next
);
return
psz_next
;
}
...
...
Write
Preview
Supports
Markdown
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