initial cfg change for flags incpkt_flag and incbdl_flag
This commit is contained in:
@@ -67,8 +67,9 @@ void deinit_cval_entry(s_cval_entry *dest, bforce_config_keyword type)
|
||||
deinit_translate(&dest->d.translate);
|
||||
break;
|
||||
default:
|
||||
DEB((D_CONFIG, "deinit_cval_entry: type %d doesn't use dynamic memory",
|
||||
type));
|
||||
//DEB((D_CONFIG, "deinit_cval_entry: type %d doesn't use dynamic memory",
|
||||
// type));
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -96,6 +96,8 @@ s_conf_entry bforce_config[BFORCE_NUMBER_OF_KEYWORDS+1] = {
|
||||
CONF_KEY(freq_limit_time, CT_NUMBER),
|
||||
CONF_KEY(freq_min_speed, CT_NUMBER),
|
||||
CONF_KEY(freq_srif_command, CT_STRING),
|
||||
CONF_KEY(incpkt_flag, CT_STRING),
|
||||
CONF_KEY(incbdl_flag, CT_STRING),
|
||||
CONF_KEY(hide_our_aka, CT_ADDRESS),
|
||||
CONF_KEY(history_file, CT_STRING),
|
||||
CONF_KEY(hydra_options, CT_OPTIONS),
|
||||
|
||||
+1022
-894
File diff suppressed because it is too large
Load Diff
@@ -44,7 +44,8 @@
|
||||
%token AROP
|
||||
%token LOGOP
|
||||
|
||||
%expect 2
|
||||
/* %expect 2 */
|
||||
|
||||
%{
|
||||
#include "includes.h"
|
||||
#include "confread.h"
|
||||
|
||||
Reference in New Issue
Block a user