K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-01-14T11:40:32.000000Z K 7 svn:log V 289 In ncp_sysctl_connstat(), the SLIST_FOREACH() logic to check 'error' resulted in deadcode, as 'error' could never be 0. What this logic was originally meant to handle is not clear -- it's been this way (broken) since at least RELENG_4. Found with: Coverity Prevent(tm) MFC after: 3 days END