
Config_foreach_callback_wrapper is supposed to return 0 on success. From the docstring: As soon as one of the callbacks returns an integer other than 0, this function returns that value. If we've already had an exception, we want to bail immediately and raise the exception. Signed-off-by: W. Trevor King <wking@tremily.us>