From 31e83c3e7a0cb64db98282dab9f10d6aa049ab5c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 11 Nov 2013 15:24:28 -0700 Subject: [PATCH] Remove errant warning_restore_locale() call. --- include/fatal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fatal.h b/include/fatal.h index d6d3b428d..47080499d 100644 --- a/include/fatal.h +++ b/include/fatal.h @@ -104,7 +104,6 @@ SUDO_DEBUG_WARN|SUDO_DEBUG_LINENO|SUDO_DEBUG_ERRNO|sudo_debug_subsys, \ (fmt), (ap)); \ vwarning_nodebug((fmt), (ap)); \ - warning_restore_locale(); \ } while (0) # define vwarningx(fmt, ap) do { \ sudo_debug_vprintf2(__func__, __FILE__, __LINE__, \ -- 2.50.1