Skip to content

Commit 8d3a62f

Browse files
committed
Revert fixed jump on uninitialized value.
The problem is that this value shouldn't be used in the first place (see next commit). This reverts commit 1ed9f15.
1 parent ee48d94 commit 8d3a62f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ngx_postgres_module.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,8 +1069,6 @@ ngx_postgres_conf_output(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
10691069
value[3].data, value[3].len + 1);
10701070
}
10711071

1072-
pglcf->output_value->required = 0;
1073-
10741072
dd("returning NGX_CONF_OK");
10751073
return NGX_CONF_OK;
10761074
}

0 commit comments

Comments
 (0)