K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-02-14T21:11:19.000000Z K 7 svn:log V 378 Merge if_ef.c:1.38 from HEAD to RELENG_6: Check the right ifnet pointer to see if if_alloc() failed or not in ef_clone(); we were testing the original ifnet, not the one allocated. When aborting ef_clone() due to if_alloc() failing, free the allocated efnet structure rather than leaking it. Noticed by: Coverity Prevent analysis tool Approved by: re (scottl) END