Anthony Scarpino wrote: > Got a few bugs up for review.. should be pretty straight forward and > repetitious.. > > 6849769 des _init: crypto_register_provider() failed > 6885135 assertion failed: kcf_dh != NULL > 6907099 module load/unload errors could be a little less techie and > ominous > > http://cr.opensolaris.org/~izick/bugs/ > > thanks > > Tony > _______________________________________________ > crypto-discuss mailing list > crypto-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/crypto-discuss
You're using a private variable, sys_shutdown, for the sole purpose of detecting that the system is shutting down to suppress message. This seems, to me at least, to be rather strange. Is there any real harm in emitting the message... does it show up in real life? - Garrett