mirror of
https://github.com/GOSTSec/vanitygen
synced 2025-02-07 12:24:20 +00:00
Display bounty list when invoked with -v.
This commit is contained in:
parent
69a380c29c
commit
08034e064b
@ -964,6 +964,9 @@ main(int argc, char **argv)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (verbose > 1)
|
||||||
|
dump_work(&scp->items);
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
if (avl_root_empty(&scp->items))
|
if (avl_root_empty(&scp->items))
|
||||||
server_context_getwork(scp);
|
server_context_getwork(scp);
|
||||||
@ -985,6 +988,9 @@ main(int argc, char **argv)
|
|||||||
active_pkb = NULL;
|
active_pkb = NULL;
|
||||||
}
|
}
|
||||||
vg_context_clear_all_patterns(vcp);
|
vg_context_clear_all_patterns(vcp);
|
||||||
|
|
||||||
|
if (verbose > 1)
|
||||||
|
dump_work(&scp->items);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!pkb) {
|
if (!pkb) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user