projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdc4ddb
)
Don't exit in dir_open.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 4 Apr 2006 00:09:00 +0000
(
00:09
+0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 4 Apr 2006 00:09:00 +0000
(
00:09
+0000)
index/dir.c
patch
|
blob
|
history
diff --git
a/index/dir.c
b/index/dir.c
index
dc56847
..
44b22cb
100644
(file)
--- a/
index/dir.c
+++ b/
index/dir.c
@@
-1,4
+1,4
@@
-/* $Id: dir.c,v 1.31 2005-06-14 20:28:53 adam Exp $
+/* $Id: dir.c,v 1.32 2006-04-04 00:09:00 adam Exp $
Copyright (C) 1995-2005
Index Data ApS
@@
-70,8
+70,6
@@
struct dir_entry *dir_open (const char *rep, const char *base,
if (!(dir = opendir(full_rep)))
{
yaz_log (YLOG_WARN|YLOG_ERRNO, "opendir %s", rep);
- if (errno != ENOENT && errno != EACCES)
- exit (1);
return NULL;
}
entry = (struct dir_entry *) xmalloc (sizeof(*entry) * entry_max);