NN - Interrim Fix for "Database Corrupted" Messages

Kim F. Storm storm at texas.dk
Wed Jul 19 04:25:02 AEST 1989


I have tracked down the infamous "Corrupted database" bug I
unfortunately introduced with patch #4 in an attempt to handle
non-existing directories better (with the opposite effect).

I have included an "interrim" patch below which will fix the bug.

It is a problem in nn/nnadmin, so there is no need to rebuild the
database - it is not corrupted!

NOTICE:  This is not an official nn patch -- it is just to get you
going until I find the time to put together a real official patch.  I
have promised a few more things for patch #5, so it will probably take
a week or so to get it ready (and with all the hassle I have with
people not getting all the patches, I want to limit the number of
patches).

Of course this patch will be part of patch #5, so when that arrives
you must reverse this unofficial patch before applying it.

++Kim Storm


*** /usr/storm/nn6.3.4/db.c	Mon Jul 10 13:36:06 1989
--- db.c	Mon Jul 17 22:31:59 1989
***************
*** 45,51 ****
  	if (is_master) 
  	    group_position = group_path_name;
  	else {
- 	    if (gh->group_flag & G_NO_DIRECTORY) return 0;
  	    strcpy(group_path_name, news_directory);
  	    group_position = group_path_name + strlen(group_path_name);
  	    *group_position++ = '/';
--- 45,50 ----
***************
*** 83,88 ****
--- 82,88 ----
      } else {
  
  	/* client */
+ 	if (gh->group_flag & G_NO_DIRECTORY) return 0;
  
  	*p++ = '/';
  	group_file_name = p;



-- 
Kim F. Storm        storm at texas.dk        Tel +45 429 174 00
Texas Instruments, Marielundvej 46E, DK-2730 Herlev, Denmark
	  No news is good news, but nn is better!



More information about the Comp.sources.bugs mailing list