On Tue, 20 Feb 2018 17:54:10 -0800 Stefan Beller <[email protected]> wrote:
> Each repository's object store can be initialized independently, so > they must not share a run_once variable. > > Signed-off-by: Stefan Beller <[email protected]> > Signed-off-by: Jonathan Nieder <[email protected]> Reviewed-by: Jonathan Tan <[email protected]> > -#define RAW_OBJECT_STORE_INIT { NULL, NULL, __MRU_INIT, NULL, NULL } > +#define RAW_OBJECT_STORE_INIT { NULL, NULL, __MRU_INIT, NULL, NULL, 0 } Optional: Trailing zeros are not needed in struct initializers.

