Clean up for warning:

Joe Conway <mail@joeconway.com>

Commit: 9e196d7c9217407db54780cbc570055b6465daaa
Author: Joe Conway <mail@joeconway.com>
Date: 2006-07-12T02:31:56Z
Releases: 8.2.0
Clean up for warning:
  fe-auth.c:573: warning: passing argument 1 of 'free' discards qualifiers
  from pointer target type
pg_krb5_authname used to return a (const char *) to memory allocated by
krb. Somewhere along the lines this was changed so that a copy was
made, returned, and freed instead. However the const modifier was never
removed.

Files

PathChange+/−
src/interfaces/libpq/fe-auth.c modified +6 −6