Merged fix-1059732-ptc-hash-functions

This commit is contained in:
Brian Fraser
2012-11-02 01:23:59 -03:00
3 changed files with 20 additions and 2 deletions

View File

@@ -5291,6 +5291,7 @@ sub _get_hash_func {
if ( $EVAL_ERROR && $EVAL_ERROR =~ m/failed: (.*?) at \S+ line/ ) {
$error .= qq{$func cannot be used because "$1"\n};
PTDEBUG && _d($func, 'cannot be used because', $1);
next;
}
PTDEBUG && _d('Chosen hash func:', $result);
return $func;