Don't null-check handle lists before setting
commitf2d696cd515ef0365d9708eb3d1caa439e2cc790
authorDan McGee <dan@archlinux.org>
Mon, 18 Oct 2010 21:37:55 +0000 (18 16:37 -0500)
committerDan McGee <dan@archlinux.org>
Thu, 5 May 2011 17:46:42 +0000 (5 12:46 -0500)
tree148aee903e071e23172dbcc9309b146effc0036e
parent42ab639bf715cbacb3598b6c42388ba4bbb2d3d4
Don't null-check handle lists before setting

This needlessly prevents the easiest way available of clearing any of these
values. We can also do the same for the 'arch' value.

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/handle.c