summaryrefslogtreecommitdiff
path: root/src/configfile.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-10-13 17:06:45 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-02-24 11:15:32 -0500
commita51278030eba383f1f524bcaeebd3e17659439d1 (patch)
tree98c6866cbf20f43eec58dca17918aacb76151110 /src/configfile.h
parentc2238256e2f13fd3952f31943177b1fb7fba58b8 (diff)
downloadlighttpd-git-a51278030eba383f1f524bcaeebd3e17659439d1.tar.gz
[core] const char *op in data_config
(instead of (buffer *))
Diffstat (limited to 'src/configfile.h')
-rw-r--r--src/configfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configfile.h b/src/configfile.h
index b89f627c..8ac976dc 100644
--- a/src/configfile.h
+++ b/src/configfile.h
@@ -62,7 +62,7 @@ struct data_config {
comp_key_t comp;
config_cond_t cond;
- buffer *op;
+ const char *op;
int context_ndx; /* more or less like an id */
vector_config_weak children;