From a0d0d2fb1b321d65425951fc70f5c42c2dcfda41 Mon Sep 17 00:00:00 2001 From: Dave Olson Date: Fri, 6 Apr 2018 15:47:42 -0700 Subject: 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. --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c0adf94..78f2988 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ libpam-radius-auth (1.5.0-cl3u1) RELEASED; urgency=low Typically this includes the sudo and netedit accounts. All radius logins are added to the netshow group by default. - -- Dave Olson Mon, 02 Apr 2018 23:54:02 -0700 + -- Dave Olson Fri, 06 Apr 2018 15:50:00 -0700 libpam-radius-auth (1.4.1-cl3u3) RELEASED; urgency=low -- cgit v1.2.3