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:
607ab4d
)
resetTransact must return a value
author
Martin Vidner
<mvidner@suse.cz>
Tue, 14 Mar 2006 18:26:28 +0000
(18:26 +0000)
committer
Martin Vidner
<mvidner@suse.cz>
Tue, 14 Mar 2006 18:26:28 +0000
(18:26 +0000)
zypp/ResStatus.h
patch
|
blob
|
history
diff --git
a/zypp/ResStatus.h
b/zypp/ResStatus.h
index 1fdd042d47801876926e3673c0ee47434f6209f2..f5dd36bc2897aab8c25f6cdeb2d4ec418b4bf42c 100644
(file)
--- a/
zypp/ResStatus.h
+++ b/
zypp/ResStatus.h
@@
-388,6
+388,7
@@
namespace zypp
return false;
if ( fieldValueIs<TransactField>( KEEP_STATE ) )
fieldValueAssign<TransactByField>( SOLVER );
+ return true;
}
/** Soft toggle between TRANSACT and KEEP_STATE.