Hiroshi Saito wrote:
However, It can't change into the comment line. Please apply it.
------------------------------------------------------------------------
--- src/ui/dlgHbaConfig.cpp.orig Thu Dec 16 02:07:11 2004
+++ src/ui/dlgHbaConfig.cpp Thu Dec 16 02:07:39 2004
@@ -297,7 +297,7 @@
}
btnOK->Enable(cbType->GetSelection() >= 0 && !database.IsEmpty() && !user.IsEmpty() && - cbMethod->GetSelection() >= 0 && ipValid);
+ cbMethod->GetSelection() >= 0);
I don't like this fix. The check is ok, but ipValid is wrong; preliminarily fixed.
Maybe you find the time to implement the checking code in line 298ff for IPV4 an IPV6 and both flavours of netmasks.
Regards, Andreas
---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives?
http://archives.postgresql.org
