FreeRADIUS / pam_radius

This is the PAM to RADIUS authentication module. It allows any Linux, OSX or Solaris machine to become a RADIUS client for authentication and password change requests.
GNU General Public License v2.0
102 stars 90 forks source link

Fix warning assignment discards qualifiers #80

Closed jpereira closed 10 months ago

jpereira commented 10 months ago

eg:

pam_radius_auth.c:1277:15: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
 1277 |         resp_msg.msg = message;
      |                      ^ ~~~~~~~