mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-28 21:07:55 +00:00
Remove errant warning_restore_locale() call.
This commit is contained in:
parent
702ec173de
commit
31e83c3e7a
@ -104,7 +104,6 @@
|
|||||||
SUDO_DEBUG_WARN|SUDO_DEBUG_LINENO|SUDO_DEBUG_ERRNO|sudo_debug_subsys, \
|
SUDO_DEBUG_WARN|SUDO_DEBUG_LINENO|SUDO_DEBUG_ERRNO|sudo_debug_subsys, \
|
||||||
(fmt), (ap)); \
|
(fmt), (ap)); \
|
||||||
vwarning_nodebug((fmt), (ap)); \
|
vwarning_nodebug((fmt), (ap)); \
|
||||||
warning_restore_locale(); \
|
|
||||||
} while (0)
|
} while (0)
|
||||||
# define vwarningx(fmt, ap) do { \
|
# define vwarningx(fmt, ap) do { \
|
||||||
sudo_debug_vprintf2(__func__, __FILE__, __LINE__, \
|
sudo_debug_vprintf2(__func__, __FILE__, __LINE__, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user