* Fixed build; should have been part of r42620.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42621 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2011-08-10 23:22:55 +00:00
parent d5e36fb599
commit f1383bbf4d
+2 -2
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2009, Haiku Inc.
* Copyright 2002-2011, Haiku Inc.
* Distributed under the terms of the MIT License.
*
* Authors:
@@ -814,7 +814,7 @@ status_t
BNode::InitAttrDir()
{
if (fCStatus == B_OK && fAttrFd < 0) {
fAttrFd = _kern_open_attr_dir(fFd, NULL);
fAttrFd = _kern_open_attr_dir(fFd, NULL, false);
if (fAttrFd < 0)
return fAttrFd;