Remove extra uihold() call that accidentally sneak in during perforce

change @125544.
This commit is contained in:
pjd 2008-03-19 07:52:07 +00:00
parent d6d07d2730
commit da476acd46

View File

@ -1214,7 +1214,6 @@ uifind(uid)
uip->ui_uid = uid;
LIST_INSERT_HEAD(UIHASH(uid), uip, ui_hash);
}
uihold(uip);
}
uihold(uip);
rw_unlock(&uihashtbl_lock);