summaryrefslogtreecommitdiff
path: root/exclude.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-06-28 13:55:41 +0000
committerAndrew Tridgell <tridge@samba.org>1996-06-28 13:55:41 +0000
commit34ccb63e71367fb1f93530f60147ef6e4ac4e3e4 (patch)
tree452f40cff8987056310f716ec4c72bb51f176a40 /exclude.c
parent7bec6a5cd6cabe93163707b901482a6692ca78cf (diff)
downloadrsync-34ccb63e71367fb1f93530f60147ef6e4ac4e3e4.tar.gz
new exit/cleanup code
Diffstat (limited to 'exclude.c')
-rw-r--r--exclude.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exclude.c b/exclude.c
index 1c51607f..9a837411 100644
--- a/exclude.c
+++ b/exclude.c
@@ -122,7 +122,7 @@ char **make_exclude_list(char *fname,char **list1,int fatal)
if (!f) {
if (fatal) {
fprintf(stderr,"%s : %s\n",fname,strerror(errno));
- exit(1);
+ exit_cleanup(1);
}
return list;
}