diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2018-11-30 12:41:16 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2018-11-30 12:41:16 +0900 |
commit | e9cad17338196026836b555dd971ba84ed011a9d (patch) | |
tree | 8d3910263817ddbb8b1d32658db8ca881b85eb4a /src | |
parent | ce3d4f8072b41fd5eb64807a3616c7b30f10436c (diff) | |
download | libsolv-e9cad17338196026836b555dd971ba84ed011a9d.tar.gz libsolv-e9cad17338196026836b555dd971ba84ed011a9d.tar.bz2 libsolv-e9cad17338196026836b555dd971ba84ed011a9d.zip |
Imported Upstream version 0.6.33upstream/0.6.33
Change-Id: I87909fa92d6ffc652ed1fd963141f2ea08ab4e2d
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/problems.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/problems.c b/src/problems.c index 7933f7c..5bd2bf5 100644 --- a/src/problems.c +++ b/src/problems.c @@ -773,7 +773,7 @@ create_solutions(Solver *solv, int probnr, int solidx) memset(&solv->problems, 0, sizeof(solv->problems)); /* save branches queue */ - branches_save = solv->problems; + branches_save = solv->branches; memset(&solv->branches, 0, sizeof(solv->branches)); /* save decisionq_reason */ |