diff options
Diffstat (limited to 'src/couchdb/couch_file.erl')
-rw-r--r-- | src/couchdb/couch_file.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_file.erl b/src/couchdb/couch_file.erl index 37e1d7ac..5ccb521b 100644 --- a/src/couchdb/couch_file.erl +++ b/src/couchdb/couch_file.erl @@ -394,7 +394,7 @@ handle_info(Info, Fd) -> -should_close(Fd) -> +should_close(_Fd) -> case process_info(self(), links) of {links, [_]} -> % no linkers left (except our fd port). What about monitors? |