K 10
svn:author
V 7
mibsoft
K 8
svn:date
V 27
1998-03-09T13:53:56.000000Z
K 7
svn:log
V 733
From:             Richard Michael Todd <rmtodd@mailhost.ecn.ou.edu>

Look in SMnext() (in storage/interface.c) around line 414.  As SMnext() goes
through the storage manager table, if it sees one that is not initialized
it goes ahead and tries to initialize it by calling InitMethod.  But if this
is a storage method that isn't configured (isn't listed in storage.ctl), then
InitMethod fails.  SMnext() shouldn't be trying to mess with entries in the
storage manager table that aren't configured.  As it is, if your storage.ctl
only lists one storage manager (timehash spool in my case), SMnext will first
hit the un-configured storage manager entry for cnfs and die before ever
reaching the storage manager that actually is in use.

END
