• Joe Conway's avatar
    Clean up for warning: · 9e196d7c
    Joe Conway authored
      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.
    9e196d7c
fe-auth.c 15.3 KB