git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21254 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2007-05-27 19:57:09 +00:00
parent 02f49ce1ec
commit 6015e60ecc

View File

@ -1231,10 +1231,10 @@ pipefs_create(fs_volume _volume, fs_vnode _dir, const char *name, int openMode,
}
} else {
// we can just open the pipe again
void *dummy;
get_vnode(volume->ID(), inode->ID(), &dummy);
wasCreated = false;
}
void *dummy;
get_vnode(volume->ID(), inode->ID(), &dummy);
volume->Unlock();