提交 f4489db1 编写于 作者: J Jesse Zhang

Fix one more function return type confusion

In the same spirit of upstream commit c74d586d, but in an area of
Greenplum specific LDAP handling code.

For context, the return type of parse_hba_line changed in
postgres/postgres@e5e2fc842c4.
上级 90b56e81
......@@ -1362,7 +1362,7 @@ parse_hba_line(List *line, int line_num)
errmsg("cannot use 'ldaptls' or 'ldapport' with 'ldapserver' start with 'ldaps://'"),
errcontext("line %d of configuration file \"%s\"",
line_num, HbaFileName)));
return false;
return NULL;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册