Re: self written auth_programme

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 15 Oct 1999 01:48:08 +0200

Thomas Peruzzi wrote:

> In command-line the script works like ncs_auth, but if I integrate it, it
> doesn't work.

Then you most likely forgot to disable output buffering.

Perl: $|=1;
C: setbuf(stdout, NULL);

--
Henrik Nordstrom
Squid hacker
Received on Thu Oct 14 1999 - 18:40:25 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:50 MST