OSDN Git Service

Fix boolean assignment of return values to use "FALSE" rather than the
authorThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 15 Apr 1999 02:20:50 +0000 (02:20 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 15 Apr 1999 02:20:50 +0000 (02:20 +0000)
commit64e74e30b51ba626edf4cd0147a3ff7f98469e69
tree75da36769de0247069b20f5aaeaf53c6f2ea5885
parente1a4ddeda84c94b60e288f27db6d7a9b8dcefbd2
Fix boolean assignment of return values to use "FALSE" rather than the
 mis-copied "NULL", which happens to have the same binary value.
Previously, gcc gave non-fatal warnings.
src/backend/utils/adt/network.c