projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e099843
)
write all resolvables
author
Klaus Kaempf
<kkaempf@suse.de>
Mon, 20 Feb 2006 16:21:45 +0000
(16:21 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Mon, 20 Feb 2006 16:21:45 +0000
(16:21 +0000)
zmd/backend/query-system.cc
patch
|
blob
|
history
diff --git
a/zmd/backend/query-system.cc
b/zmd/backend/query-system.cc
index 60a4ab383c464dec31643d8a108f1c45b96ca291..ee5b44035a20a9d85c2ef1c9a7c66bfa9c049782 100644
(file)
--- a/
zmd/backend/query-system.cc
+++ b/
zmd/backend/query-system.cc
@@
-29,8
+29,8
@@
main (int argc, char **argv)
return 1;
}
- DbAccess db
(argv[1]
);
- db.writeStore
(God->target()->resolvables(), true
);
+ DbAccess db
( argv[1]
);
+ db.writeStore
( God->target()->resolvables(), ResStatus::installed
);
return 0;
}