summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-03-05 20:56:18 -0500
committerJeremy Katz <katzj@redhat.com>2008-03-05 20:56:18 -0500
commit7522804f0c7714f0529642b93dfe909b82e5396f (patch)
tree31cb3625d97decfc8f879a2cf6f2670ac99125b4
parentb94038d39d31e1f1ca7e2d21349672e3e9ad878a (diff)
downloadanaconda-7522804f0c7714f0529642b93dfe909b82e5396f.tar.gz
anaconda-7522804f0c7714f0529642b93dfe909b82e5396f.tar.xz
anaconda-7522804f0c7714f0529642b93dfe909b82e5396f.zip
Fix the build again
-rw-r--r--loader2/urlinstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/urlinstall.c b/loader2/urlinstall.c
index a387a3171..1d7ddd0b9 100644
--- a/loader2/urlinstall.c
+++ b/loader2/urlinstall.c
@@ -276,7 +276,7 @@ char * mountUrlImage(struct installMethod * method,
if (cdurl) {
/* verify that our URL is specifying the correct tree */
/* we do this by attempting to pull a .discinfo file */
- rc = asprintf(&buf, "%s/.discinfo", ui->address);
+ rc = asprintf(&buf, "%s/.discinfo", ui.address);
if (loadSingleUrlImage(&ui, buf, NULL, NULL, NULL, 1)) {
free(buf);
umountStage2();