"hanging" bug in 0.92.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




A tiny bug but annoying bug managed to creep its way into 0.92.0.
Symptons are that startups can take much longer than they should.
The following code fixes this:


--- 1.133       1996/08/19 05:38:52
+++ nntpcache.c 1996/08/20 00:51:43
@@ -500,8 +500,8 @@
                                loge (("unable to open %s", con.mmapFile));
                                Exit();
                        }
-                       f_cleanSlate = TRUE;
-               }
+               } else
+                       f_cleanSlate = FALSE;
        }
        Mbase = mmalloc_attach (f_anon? -1: fd, (POINTER)MMAP_BASE_ADDRESS);
        if (!Mbase)


[Index of Archives]     [Yosemite]     [Yosemite Campsites]     [Bugtraq]     [Linux]     [Trn]

Powered by Linux