Thomas Munro <[email protected]> writes:
> Fix handling of HBA ldapserver with multiple hostnames.

longfin thinks this has a problem with const-ness:

auth.c:2380:10: error: passing 'const char *' to parameter of type 'void *' 
discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
                        pfree(hostname);
                              ^~~~~~~~

                        regards, tom lane

Reply via email to