[sudo-commits] sudo changeset 15090:d1008ce69cf6

Todd C. Miller Todd.Miller at sudo.ws
Wed Sep 27 16:37:00 MDT 2023


changeset:	15090:d1008ce69cf6 in /raid/repos/sudo
tags:		tip
details:	https://www.sudo.ws/repos/sudo/rev/d1008ce69cf6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Sep 27 16:35:39 2023 -0600
files:		plugins/python/pyhelpers.c plugins/python/pyhelpers.h

Log Message:
	Use long, not long long, when getting/setting numeric attributes.

	We use int or long, not long long, in the Python plugin.


diffstat:

 plugins/python/pyhelpers.c |  6 +++---
 plugins/python/pyhelpers.h |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)



More information about the sudo-commits mailing list