Fix incorrect struct reference in comment

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 940f7a562731084f7cb23c0a56e46056340ab664
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-10-23T14:13:28Z
Releases: 18.0
Fix incorrect struct reference in comment

SASL frontend mechanisms are implemented with pg_fe_sasl_mech and
not the _be_ variant which is the backend implementation. Spotted
while reading adjacent code.

Files

PathChange+/−
src/interfaces/libpq/fe-auth-sasl.h modified +1 −1