From: Wayne Davison Date: Fri, 13 Oct 2006 14:28:56 +0000 (+0000) Subject: Changed one more exit_cleanup() call into EXIT_OR_RETURN(). X-Git-Tag: v2.6.9pre2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f863b76300e26c36bc0cfd6d2e51d1b26588c95e;p=thirdparty%2Frsync.git Changed one more exit_cleanup() call into EXIT_OR_RETURN(). --- diff --git a/log.c b/log.c index 2355214e..9d18770d 100644 --- a/log.c +++ b/log.c @@ -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 */