lib/krb5: WIN32 _krb5_load_plugins wrong constness
commit9d3e206b76c3b1f4a679bbb3902d4ee4966fbf46
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 8 Jan 2019 16:09:15 +0000 (8 11:09 -0500)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 14 Jan 2019 11:12:36 +0000 (14 06:12 -0500)
treebb31f0c9b60a9df03c2ed65e3b6259617e9c3a72
parent9358747426cdd41a5771ac45a72570699179c388
lib/krb5: WIN32 _krb5_load_plugins wrong constness

The 'plugin_prefix' variable was declared 'const' which generates
a warning because the C string is freed.

This change removes the 'const' designation.

Change-Id: I6f3838d6dbf1bb496f286c96aea96bae8948930d
lib/krb5/plugin.c