From: Jonathan McDowell <noodles@earth.li>
Date: Mon, 13 Aug 2007 14:51:12 +0000 (+0000)
Subject: Fix config structure references for dynamic backends
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/c444d104cdc0250cd23b5013fee3e56000e23ae5?ds=sidebyside;hp=c444d104cdc0250cd23b5013fee3e56000e23ae5

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.
---