summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2016-12-22 11:17:55 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2016-12-22 15:21:37 +0100
commit50a6d01182aba430313746ba71c55e364bf9c6d6 (patch)
treee8fa3c9795f3d8f1923e2801a893cf84bd5ae4d4 /src/python
parent075d89886666d3b608355d8f235b411051a9d22e (diff)
downloadsssd-50a6d01182aba430313746ba71c55e364bf9c6d6.tar.gz
sssd-50a6d01182aba430313746ba71c55e364bf9c6d6.tar.xz
sssd-50a6d01182aba430313746ba71c55e364bf9c6d6.zip
sss_ptr_hash_delete_all: use unsigned long int
hash_values() expects a pointer to unsigned long int as second argument. Using size_t instead causes a 'from incompatible pointer type' compiler error on e.g. 32bit platforms because size_t is 32bits here while unsigned long int is 64bits. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/python')
0 files changed, 0 insertions, 0 deletions