]> the.earth.li Git - onak.git/commit
Fix config structure references for dynamic backends
authorJonathan McDowell <noodles@earth.li>
Mon, 13 Aug 2007 14:51:12 +0000 (14:51 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 13 Aug 2007 14:51:12 +0000 (14:51 +0000)
commitc444d104cdc0250cd23b5013fee3e56000e23ae5
tree3102af2e9c6aeb784d47019cd05e0772addb685d
parentfb43c9ffd09b3f5e8fd35651daed59839221fe36
Fix config structure references for dynamic backends
This patch fixes the config structure when dynamic backends are
used - the basic issue is that when the backend was loaded, it wouldn't
(neccessarily) share the config structure with the program that called
it (and had therefore read the config). Thanks to Brett Parker.
Makefile.in