2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-28 12:57:50 +00:00

Remove errant warning_restore_locale() call.

This commit is contained in:
Todd C. Miller 2013-11-11 15:24:28 -07:00
parent 702ec173de
commit 31e83c3e7a

View File

@ -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__, \