Commented out buffering code.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@554 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-06-08 20:24:52 +00:00
parent 361c073f2f
commit 1dd77f5060
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ int main( int argc, const char *argv[] )
char *path = ".";
unsigned int ttl = 0;
//setbuf( fd, 0 );
//char streambuf[0x40000];
//setbuffer( stdout, streambuf, sizeof(streambuf) );
const char *query = getenv( "QUERY_STRING" );
if ( query )
{