Clean up for warning:
authorJoe Conway <mail@joeconway.com>
Wed, 12 Jul 2006 02:31:56 +0000 (02:31 +0000)
committerJoe Conway <mail@joeconway.com>
Wed, 12 Jul 2006 02:31:56 +0000 (02:31 +0000)
commit9e196d7c9217407db54780cbc570055b6465daaa
tree7cf12e189f983017571f04a34b18c64745659c58
parent72347776744083d080f4c46dd6fc7e81bcf9a0c7
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.
src/interfaces/libpq/fe-auth.c