[sudo-commits] sudo changeset 9188:12235e50dea0

Todd C. Miller Todd.Miller at courtesan.com
Sat Dec 28 07:59:59 MST 2013


changeset:	9188:12235e50dea0 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/12235e50dea0
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Dec 27 06:50:06 2013 -0700

Log Message:
	Use sudoers_initlocale() in main() startup, not sudoers_setlocal()
	as the latter assumes we are already in the user's locale which may
	not be the case.  For sudoreplay, we can just use setlocale()
	directly as there is no sudoers locale.

diffstat:

 plugins/sudoers/sudoreplay.c  |  2 +-
 plugins/sudoers/testsudoers.c |  2 +-
 plugins/sudoers/visudo.c      |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


More information about the sudo-commits mailing list