Submitted by:	Ian Dowse <iedowse@maths.tcd.ie>
This commit is contained in:
Julian Elischer 2001-08-18 17:43:29 +00:00
parent 9ee52e44f4
commit ad4ff09012
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81892

View file

@ -603,8 +603,8 @@ unp_bind(unp, nam, p)
/* SHOULD BE ABLE TO ADOPT EXISTING AND wakeup() ALA FIFO's */
error = namei(&nd);
if (error) {
return (error);
free(buf, M_TEMP);
return (error);
}
vp = nd.ni_vp;
if (vp != NULL || vn_start_write(nd.ni_dvp, &mp, V_NOWAIT) != 0) {