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:
Mark Janssen 2004-10-01 07:03:58 +00:00
parent ec035f27aa
commit a8fbfeaedf

2
http.c
View file

@ -44,7 +44,7 @@ void analyze_HTTP()
exit( 1 );
}
p = strtok( 0, "\n\r");
p = strtok( 0, " ");
if( strcmp( p, "200" ) != 0 )
{