Fix uuid output in rf.

This commit is contained in:
Stefan `Sec` Zehl 2012-05-30 20:45:37 +02:00
parent 99c7d32aa7
commit 91e8211cd6
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ if($cmd =~ /^r/){
r0ket::set_rxlen(shift);
}elsif ($set =~ /^id/){
my $id=r0ket::get_id();
print "r0ket id: ",r0ket::hprint($id),"\n";
print "r0ket id: ",$id,"\n";
}else{
die "Unknown config argument $set\n";
};