K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-04-13T02:44:22.000000Z
K 7
svn:log
V 475
From: Katsuhiro Kondou <kondou@nec.co.jp>

If some methods are gone from storage.ctl, innd and fastrm,
etc. may fail to SMcancel() with SMERR_UNINIT.  This may leads
tons of annoying messages or expirerm failure.  Attached is not
to fail even if SMerrno is SMERR_UNINIT.

expire/expire.c:
expire/fastrm.c:
innd/art.c:
innfeed/article.c:
        - avoid error processing even if SMerrno is SMERR_UNINIT
storage/interface.c:
        - set SMERR_UNINIT for initialization error

END
