Skip to content
Snippets Groups Projects
Commit 0edeaaa5 authored by Jacob Nevins's avatar Jacob Nevins
Browse files

cmdgen: Write through correct leg of union.

No functional change, probably.
parent 5dd9d839
No related branches found
No related tags found
No related merge requests found
......@@ -448,7 +448,7 @@ int main(int argc, char **argv)
params.argon2_milliseconds = n;
} else if (!strcmp(val, "passes")) {
params.argon2_passes_auto = false;
params.argon2_milliseconds = n;
params.argon2_passes = n;
} else if (!strcmp(val, "parallelism") ||
!strcmp(val, "parallel")) {
params.argon2_parallelism = n;
......
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