diff options
Diffstat (limited to 'examples/solv.c')
-rw-r--r-- | examples/solv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/solv.c b/examples/solv.c index d9b03a1..7ae67e3 100644 --- a/examples/solv.c +++ b/examples/solv.c @@ -2464,6 +2464,7 @@ showdiskusagechanges(Transaction *trans) int i; /* XXX: use mountpoints here */ + memset(duc, 0, sizeof(duc)); duc[0].path = "/"; duc[1].path = "/usr/share/man"; duc[2].path = "/sbin"; |