K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-02-14T21:36:23.000000Z K 7 svn:log V 302 Merge ipcomp_input.c:1.9 from HEAD to RELENG_6: In ipcomp6_input(), check 'md' not 'm' after a call to m_pulldown(): 'm' may be a stale pointer at this point, and we're interested in whether or not m_pulldown() failed. Noticed by: Coverity Prevent analysis tool Approved by: re (scottl) END