diff options
| author | Dave Olson <olson@cumulusnetworks.com> | 2018-04-06 15:47:42 -0700 |
|---|---|---|
| committer | Dave Olson <olson@cumulusnetworks.com> | 2018-04-06 15:50:09 -0700 |
| commit | a0d0d2fb1b321d65425951fc70f5c42c2dcfda41 (patch) | |
| tree | fb0ca8a8e458a714979800530c4ed92bceaecf0c /src/support.c | |
| parent | 29a803c3c995b08a79bf14215822ed15f3e3a095 (diff) | |
| download | libpam-radius-auth-a0d0d2fb1b321d65425951fc70f5c42c2dcfda41.tar.gz libpam-radius-auth-a0d0d2fb1b321d65425951fc70f5c42c2dcfda41.zip | |
Fixed problem with 2nd config init, when no servers in config file
Ticket: CM-20454
Reviewed By: nobody
My code to avoid redoing all the config didn't work right when
re-entered with no server listed in the config file. The result
was I'd return an error the first time, and success the 2nd-Nth
times, and then later code would try to dereference the NULL pointer
server list, and segv in login or sshd, etc.
Redid the logic in initialize() to fix that.
Diffstat (limited to 'src/support.c')
0 files changed, 0 insertions, 0 deletions
