]> granicus.if.org Git - pgbouncer/commit
don't load auth file twice at boot
authorCody Cutrer <cody@instructure.com>
Wed, 28 Aug 2013 18:57:12 +0000 (12:57 -0600)
committerCody Cutrer <cody@instructure.com>
Fri, 27 Sep 2013 19:36:19 +0000 (13:36 -0600)
commitd93a89c8c52c4dc0f88ec35e949bf57b97b90cad
treeb04bfd8553eb2e4a918d5c3bb5d2f39d8462f1b6
parente838b3ad04866fe73d712ce2e9f12ea7da68a042
don't load auth file twice at boot

the stat wasn't getting cached on the initial load, so immediately
after booting the janitor would notice it "changed", and reload it
src/loader.c
src/main.c