mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Revert strtok change... breaks proxytunnel
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@61 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
ec035f27aa
commit
a8fbfeaedf
1 changed files with 1 additions and 1 deletions
2
http.c
2
http.c
|
|
@ -44,7 +44,7 @@ void analyze_HTTP()
|
|||
exit( 1 );
|
||||
}
|
||||
|
||||
p = strtok( 0, "\n\r");
|
||||
p = strtok( 0, " ");
|
||||
|
||||
if( strcmp( p, "200" ) != 0 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue