aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmid.h b/gmid.h
index c6cdf55..2dc1ba1 100644
--- a/gmid.h
+++ b/gmid.h
@@ -309,7 +309,7 @@ struct buflayer {
struct client {
struct conf *conf;
struct address *addr;
- int should_buffer;
+ int proxy_proto;
struct buflayer buf;
uint32_t id;
struct tls *ctx;