]> git.ipfire.org Git - thirdparty/postgresql.git/commit
From: hankin <hankin@consultco.com>
authorMarc G. Fournier <scrappy@hub.org>
Sun, 15 Mar 1998 08:18:03 +0000 (08:18 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 15 Mar 1998 08:18:03 +0000 (08:18 +0000)
commit22bd99e462f24b5f98b4b879c3f019b6cb4f2ada
treea74922ce09696b963c7efa1cf0d8cd8a29c646c7
parentbb7f173c0c07db2973e4b35286560ca8cc01d3a1
From: hankin <hankin@consultco.com>

a while back I posted a patch for pg_ident, the patch worked but I didn't
diagnose the problem properly.
on my compiler(gcc2.7.2) this compiles with no errors...

char buf[1000]; if(buf != '\0') {

...but it doesn't compare '\0' with the first char of buf.
src/backend/libpq/hba.c