Index: trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 10568)
+++ trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 10569)
@@ -1,5 +1,5 @@
 # Copyright (c) 2006  Paul Price, Joshua Hoblitt
 #
-# $Id: Config.pm,v 1.15 2006-12-08 19:41:12 price Exp $
+# $Id: Config.pm,v 1.16 2006-12-08 19:41:56 price Exp $
 
 package PS::IPP::Config;
@@ -121,5 +121,5 @@
 	    # choose to fix it and give the user what we think they
 	    # want, rather than what they asked for.
-	    $path = File::Spec->catfile( undef, $blah, $uri->path() );
+	    $path = File::Spec->catfile( undef, $host, $uri->path() );
 	} else {
 	    $path = $uri->path();
