2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-09-11 12:48:26 +00:00

Fix mistake in ctypes call in userutil

This commit is contained in:
Jarrod Johnson
2025-05-30 15:19:42 -04:00
parent 4fd7021581
commit 8d8db070eb

View File

@@ -4,7 +4,7 @@ import confluent.util as util
import grp
import pwd
import os
libc = cdll.LoadLibrary(find_library('libc'))
libc = cdll.LoadLibrary(find_library('c'))
_getgrouplist = libc.getgrouplist
_getgrouplist.restype = c_int32