diff options
| author | jvoisin | 2017-12-04 17:47:13 +0100 |
|---|---|---|
| committer | jvoisin | 2017-12-04 17:47:13 +0100 |
| commit | ca437251769196bb80e082c1c968fcaa2b96deb6 (patch) | |
| tree | bdf43312f2588fe1d8c9cd97b52fd29ab978d53f /src/sp_config_keywords.c | |
| parent | 32476340c5fd3c76b86487a92fd5c5075342ca99 (diff) | |
Improve the `.dump` filter
Diffstat (limited to 'src/sp_config_keywords.c')
| -rw-r--r-- | src/sp_config_keywords.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_config_keywords.c b/src/sp_config_keywords.c index 9bb8021..dd9a880 100644 --- a/src/sp_config_keywords.c +++ b/src/sp_config_keywords.c | |||
| @@ -287,6 +287,7 @@ int parse_disabled_functions(char *line) { | |||
| 287 | } | 287 | } |
| 288 | } | 288 | } |
| 289 | df->allow = allow; | 289 | df->allow = allow; |
| 290 | df->textual_representation = estrdup(line); | ||
| 290 | 291 | ||
| 291 | if (df->function) { | 292 | if (df->function) { |
| 292 | df->functions_list = parse_functions_list(df->function); | 293 | df->functions_list = parse_functions_list(df->function); |
