Fixes for the 2.2 beta.

This commit is contained in:
Seth Hall 2013-09-25 16:44:39 -04:00
parent 4ec6419906
commit 706363a295

View file

@ -436,7 +436,7 @@ function found(id: conn_id, info: Info): bool
{
Reporter::error("No unparsed version string present in Info record with version in Software::found");
return F;
}
}
local sw = parse(info$unparsed_version);
info$unparsed_version = sw$unparsed_version;
info$name = sw$name;