rwatson     2006-09-09 16:09:01 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_ktr.c 
  Log:
  Remove slightly oddly placed suser() call from the KTR/ALQ setup sysctl:
  it was present only in the enable path, not the disable path, which one
  presumes would be equally of interest.  Either way, it was not needed,
  as the sysctl framework already calls suser() if the operation is a
  write operation, which configuration requests are.
  
  Sponsored by:   nCircle Network Security, Inc.
  
  Revision  Changes    Path
  1.53      +0 -3      src/sys/kern/kern_ktr.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to