Changed one more exit_cleanup() call into EXIT_OR_RETURN().
authorWayne Davison <wayned@samba.org>
Fri, 13 Oct 2006 14:28:56 +0000 (14:28 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 13 Oct 2006 14:28:56 +0000 (14:28 +0000)
log.c

diff --git a/log.c b/log.c
index 2355214..9d18770 100644 (file)
--- 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 */