K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1998-08-22T14:35:07.000000Z
K 7
svn:log
V 764
storage/interface.c:
	- From: Richard Michael Todd <rmtodd@mailhost.ecn.ou.edu>
	- If you have a first entry in the new-format storage.conf file that
	  doesn't completely specify all parameters (e.g. something like
	   method timehash { class: 0 }
	  that doesn't specify minsize and maxsize) the "sub" structure for:
	  that storage.conf entry gets uninitialized garbage for those:
	  parameters you didn't specify (leading to, say, a minsize of
	  25432934 for that storage method, which is not exactly what I
	  wanted).  The patch below fixes this by initializing the variables
	  after a 'method foo' is seen.  (There *was* code to reset the
	  variables at the end of a 'method foo {...}'; this code is now
	  redundant and hence is deleted by this patch).

END
