mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
xhydra option -F fix
This commit is contained in:
parent
f7dc365cc5
commit
49fa2201de
1 changed files with 2 additions and 2 deletions
|
@ -223,9 +223,9 @@ int hydra_get_options(char *options[]) {
|
|||
options[i++] = "-f";
|
||||
}
|
||||
/* global */
|
||||
widget = lookup_widget(GTK_WIDGET(wndMain), "chkExitf");
|
||||
widget = lookup_widget(GTK_WIDGET(wndMain), "chkExitF");
|
||||
if (gtk_toggle_button_get_active((GtkToggleButton *) widget)) {
|
||||
options[i++] = "-f";
|
||||
options[i++] = "-F";
|
||||
}
|
||||
|
||||
/* get additional parameters */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue