Skip to content

Commit

Permalink
Do not forget the last package when restoring
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Aug 11, 2011
1 parent 0088f93 commit 9b3ee55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libpkg/backup.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ pkgdb_load(struct pkgdb *db, char *dest)
} else
continue;
}
pkgdb_register_finale(db, pkgdb_register_pkg(db, pkg ));

cleanup:
if (a != NULL)
Expand Down

0 comments on commit 9b3ee55

Please sign in to comment.