diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-10-15 15:57:10 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-18 13:12:04 -0400 |
commit | 27c67307976a60088ca301e07404bdb52740c3af (patch) | |
tree | 698c9331ad91cd71687055f3cf4951dbc5a755b3 /src/providers/fail_over.c | |
parent | d80a670c94e5a0e21702b8cd8ac5a66fbba81178 (diff) | |
download | sssd-27c67307976a60088ca301e07404bdb52740c3af.tar.gz sssd-27c67307976a60088ca301e07404bdb52740c3af.tar.bz2 sssd-27c67307976a60088ca301e07404bdb52740c3af.zip |
Use unsigned long for conversion to id_t
We used strtol() on a number of places to convert into uid_t or gid_t
from a string representation such as LDAP attribute, but on some
platforms, unsigned long might be necessary to store big id_t values.
This patch converts to using strtoul() instead.
Diffstat (limited to 'src/providers/fail_over.c')
0 files changed, 0 insertions, 0 deletions