To be continued

bug's picture

I was out of town for most of today, but I was able to fix a compiler warning that was preventing my build (since the configure script threw in -Werror for some reason). I also took a quick peek with gdb at the parts of the BZFS API that relate to the BZDB, and it looks like something in the API itself could be the source of my problems. Not unlikely, either, as the only other thing that uses the API functions for setting server variables and the like is the python plugin, which may or may not have been tested in that area. Next week I’ll find whatever it is that has disabled my interface so badly, then move on to filling in the API where it doesn’t fit my needs.