Commit baab923
Marina Polyakova
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]1 parent 605aa9e commit baab923
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| |||
0 commit comments