tjr 2003/08/23 08:45:58 PDT FreeBSD src repository Modified files: sys/kern kern_xxx.c Log: Fix a logic error in osethostid() that was introduced in rev. 1.34: allow hostid to be set when suser() returns 0, not when it returns an error. This would have allowed non-root users to set the host ID. Revision Changes Path 1.38 +4 -3 src/sys/kern/kern_xxx.c