aboutsummaryrefslogtreecommitdiff
path: root/compat/dbmopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/dbmopen.c')
-rw-r--r--compat/dbmopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/dbmopen.c b/compat/dbmopen.c
index b9e7518..0538992 100644
--- a/compat/dbmopen.c
+++ b/compat/dbmopen.c
@@ -89,3 +89,3 @@ ndbm_open_dir_file0 (const char *file_name, int pagfd, int mode)
return pagfd;
- else
+ else if (errno != ENOENT)
{

Return to:

Send suggestions and report system problems to the System administrator.