fixed bug #1248
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21254 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
02f49ce1ec
commit
6015e60ecc
@ -1231,10 +1231,10 @@ pipefs_create(fs_volume _volume, fs_vnode _dir, const char *name, int openMode,
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// we can just open the pipe again
|
// we can just open the pipe again
|
||||||
void *dummy;
|
|
||||||
get_vnode(volume->ID(), inode->ID(), &dummy);
|
|
||||||
wasCreated = false;
|
wasCreated = false;
|
||||||
}
|
}
|
||||||
|
void *dummy;
|
||||||
|
get_vnode(volume->ID(), inode->ID(), &dummy);
|
||||||
|
|
||||||
volume->Unlock();
|
volume->Unlock();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user