diff options
author | Wayne Davison <wayned@samba.org> | 2006-10-13 14:28:56 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2006-10-13 14:28:56 +0000 |
commit | f863b76300e26c36bc0cfd6d2e51d1b26588c95e (patch) | |
tree | 10a30b7b6dbd5ec77d056a44c285df58426acdaf /log.c | |
parent | 5e1ec06f0968c1592567c77185648189f5a6a6d0 (diff) | |
download | rsync-f863b76300e26c36bc0cfd6d2e51d1b26588c95e.tar.gz rsync-f863b76300e26c36bc0cfd6d2e51d1b26588c95e.tar.bz2 rsync-f863b76300e26c36bc0cfd6d2e51d1b26588c95e.zip |
Changed one more exit_cleanup() call into EXIT_OR_RETURN().
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -655,7 +655,7 @@ static void log_formatted(enum logcode code, char *format, char *op, rprintf(FERROR, "buffer overflow expanding %%%c -- exiting\n", p[0]); - exit_cleanup(RERR_MESSAGEIO); + EXIT_OR_RETURN(RERR_MESSAGEIO); } /* Shuffle the rest of the string along to make space for n */ |