(ef_extend): Fix rev. 1.25.
This commit is contained in:
parent
e29369fadb
commit
62264f8ada
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ ef_extend(int type, int count)
|
||||||
if (ep->flags & EFF_MEM) {
|
if (ep->flags & EFF_MEM) {
|
||||||
/* XXX this will cause problems if there are ef_ptrs (to the
|
/* XXX this will cause problems if there are ef_ptrs (to the
|
||||||
* old allocated structure) active when we do the re-open */
|
* old allocated structure) active when we do the re-open */
|
||||||
how = ep->flags;
|
how = ep->flags & EFF_OPEN;
|
||||||
ef_close(type);
|
ef_close(type);
|
||||||
ef_open(type, how);
|
ef_open(type, how);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue