Fix incorrect parameter name in prototype
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 19 Apr 2024 07:58:00 +0000 (09:58 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 19 Apr 2024 07:58:00 +0000 (09:58 +0200)
commit9c58bf1507bee00b8cda837a232401fec21e6873
treedeaba86c12ac3475e31602ea172fd4d6d6e82a7b
parent84db9a0eb10dd1dbee6db509c0e427fa237177dc
Fix incorrect parameter name in prototype

The function declaration for select_next_encryption_method use the
variable name have_valid_connection, so fix the prototype in the
header to match that.

Reported-by: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/3F577953-A29E-4722-98AD-2DA9EFF2CBB8@yesql.se
src/interfaces/libpq/fe-connect.c