xbps-{bin,repo}: init conffile to NULL.

This commit is contained in:
Juan RP
2011-06-04 13:53:55 +02:00
parent a85a1a145a
commit bb4cefcd2c
2 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ main(int argc, char **argv)
bool yes, purge, with_debug, force_rm_with_deps, recursive_rm;
bool install_auto, install_manual, show_download_pkglist_url;
rootdir = cachedir = NULL;
rootdir = cachedir = conffile = NULL;
flags = rv = 0;
yes = purge = force_rm_with_deps = recursive_rm = with_debug = false;
install_auto = install_manual = show_download_pkglist_url = false;