setbuf call doesn't appear to be working...
authorivan <ivan>
Mon, 12 May 2003 07:34:15 +0000 (07:34 +0000)
committerivan <ivan>
Mon, 12 May 2003 07:34:15 +0000 (07:34 +0000)
fs_selfservice/FS-SelfService/freeside-selfservice-clientd

index 0c25c34..f13dd42 100644 (file)
@@ -14,7 +14,7 @@ use IO::Handle qw(_IONBF);
 use IO::Select;
 use IO::File;
 
-STDOUT->setbuf('');
+#STDOUT->setbuf('');
 
 use vars qw( $Debug );
 $Debug = 3; #2 will turn on child logging, 3 will log packet contents,