Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-19 | cachefile: Only set members that were initialized successfully | Julian Andres Klode | |
Otherwise, things will just start failing later down the stack, because (a) the lazy getters do not check if building was successful and (b) any further getter call would return the invalid object anyway. Also initialize VS in pkgCache to nullptr by default. Closes: #818628 |