You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PGPRO-7102: fix warning in the function handle_response
For a build without assertions we get the following warning:
src/resolver.c: In function ‘handle_response’:
src/resolver.c:616:37: error: ‘gid’ may be used uninitialized in this function
[-Werror=maybe-uninitialized]
0 commit comments