* Bug: Fix does not allow empty names, so don't generate them.

This commit is contained in:
Eelco Dolstra 2003-07-29 17:56:39 +00:00
parent a01629894d
commit 1cb030736e
1 changed files with 10 additions and 10 deletions

View File

@ -38,7 +38,7 @@ while (<CONFFILE>) {
$outname = $1;
$fsid = $3;
} else {
$outname = "";
$outname = "unnamed";
}
print "registering $id -> $url/$fn\n";