summaryrefslogtreecommitdiffhomepage
path: root/src/transparent-proxy.c
diff options
context:
space:
mode:
authorrofl0r <rofl0r@users.noreply.github.com>2020-03-16 13:19:39 +0000
committerrofl0r <rofl0r@users.noreply.github.com>2020-03-16 13:19:39 +0000
commit3230ce0bc2b7d5c1379c358f4e69346d6ed43429 (patch)
tree660e9141accf20fd8d1b61352dde702f2f3f12ed /src/transparent-proxy.c
parent2e02dce0c3de4a231f74b44c34647406de507768 (diff)
anonymous: fix segfault loading config item
unlike other functions called from the config parser code, anonymous_insert() accesses the global config variable rather than passing it as an argument. however the global variable is only set after successful loading of the entire config. we fix this by adding a conf argument to each anonymous_* function, passing the global pointer in calls done from outside the config parser. fixes #292
Diffstat (limited to 'src/transparent-proxy.c')
0 files changed, 0 insertions, 0 deletions