Skip to content
Snippets Groups Projects
Unverified Commit b2d8daf0 authored by Michal 'vorner' Vaner's avatar Michal 'vorner' Vaner
Browse files

Remove no-plugin check from hash updater

We now get branches that don't include plugin hash in the password.
parent 476c6fa5
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,6 @@ sub get_hash($) {
$had_plugin = 1;
}
die "No plugin seen\n" unless $had_plugin;
return join '', map sprintf("%02X", $_), @passwd;
}
my $hash = get_hash $default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment