(ef_open): Fix fatal typo.
This commit is contained in:
parent
8b6549519b
commit
5030d124a1
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ ef_open(int type, int how)
|
|||
}
|
||||
ep->baseid = 0;
|
||||
ep->cids = 0;
|
||||
ep->flags = (ep->flags & ~EFF_OPEN) | (how ^ ~EFF_CREATE);
|
||||
ep->flags = (ep->flags & ~EFF_OPEN) | (how & ~EFF_CREATE);
|
||||
ep->fd = fd;
|
||||
if ((how & EFF_MEM) && ep->fids) {
|
||||
if (fillcache(ep, 0) != ep->fids) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue