rwatson     2006-02-14 21:55:15 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netncp           ncp_conn.c 
  Log:
  Merge ncp_conn.c:1.28 from HEAD to RELENG_6:
  
    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)
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.26.2.1  +1 -7      src/sys/netncp/ncp_conn.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to