Many moons ago, I reported a strange problem in LiS. It seems that the close routine for modules can be called twice. Fortunately, the following hack at the top of the close routine solves the problem.
if (q->q_ptr == NULL)
{
return 0;
}Maybe the fix was forgotten when more pressing problems were being addressed.
--
David Lehmann Ulticom, Inc. AOL/Yahoo IM: davidULCM 1020 Briggs Road 1-856-787-2729 Mt. Laurel, NJ 08054 USA
_______________________________________________ Linux-streams mailing list [EMAIL PROTECTED] http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams
