Remove errant warning_restore_locale() call.
This commit is contained in:
@@ -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__, \
|
||||||
|
Reference in New Issue
Block a user