X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/de355530ae67247cbd0da700edb3a2a1dae884c2..ccc36f2f2d89f9115c479db4439aa5c88de5b44a:/bsd/kern/kern_lock.c diff --git a/bsd/kern/kern_lock.c b/bsd/kern/kern_lock.c index d8ba1e858..898924500 100644 --- a/bsd/kern/kern_lock.c +++ b/bsd/kern/kern_lock.c @@ -189,7 +189,7 @@ lockmgr(lkp, flags, interlkp, p) int extflags; void *self; - error = 0; self = current_thread(); + error = 0; self = current_act(); if (p) pid = p->p_pid; else