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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user