diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-06-28 13:55:41 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-06-28 13:55:41 +0000 |
commit | 34ccb63e71367fb1f93530f60147ef6e4ac4e3e4 (patch) | |
tree | 452f40cff8987056310f716ec4c72bb51f176a40 /exclude.c | |
parent | 7bec6a5cd6cabe93163707b901482a6692ca78cf (diff) | |
download | rsync-34ccb63e71367fb1f93530f60147ef6e4ac4e3e4.tar.gz |
new exit/cleanup code
Diffstat (limited to 'exclude.c')
-rw-r--r-- | exclude.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |