[zorp-hu] proci ido
Balazs Scheidler
bazsi@balabit.hu
Thu, 29 Aug 2002 15:37:34 +0200
Sziasztok!
Az 1.4.6 verzio kiadasa utan talaltunk egy kellemetlen problemat, ami noveli
a Zorp altal hasznalt processzoridot, egyeb problemat nem okoz, ezert uj
verziot nem adunk ki, majd az 1.4.7 tartalmazni fogja.
diff -u -r1.44.2.12 -r1.44.2.13
--- lib/io.c 30 Jul 2002 14:46:40 -0000 1.44.2.12
+++ lib/io.c 29 Aug 2002 13:21:26 -0000 1.44.2.13
@@ -3,7 +3,7 @@
* Copyright (c) 2000, 2001 BalaBit IT Ltd, Budapest, Hungary
* All rights reserved.
*
- * $Id: io.c,v 1.44.2.12 2002/07/30 14:46:40 bazsi Exp $
+ * $Id: io.c,v 1.44.2.13 2002/08/29 13:21:26 bazsi Exp $
*
***************************************************************************/
@@ -56,7 +56,7 @@
if (fd->timeout_time != -1)
{
- *timeout = fd->timeout_time - current_time->tv_sec;
+ *timeout = (fd->timeout_time - current_time->tv_sec) * 1000;
if (*timeout < 0)
*timeout = 0;
}
--
Bazsi
PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1