about summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-03-29 19:15:30 -0400
committerJune McEnroe <june@causal.agency>2022-03-29 19:15:30 -0400
commit78daf36f34b2b59618ee971cbb797bbd2ec41fd5 (patch)
tree7099abca0cae8a2f6686e09d48c3812578c57021 /bounce.h
parentSend 900 as part of stateSync (diff)
downloadpounce-78daf36f34b2b59618ee971cbb797bbd2ec41fd5.tar.gz
pounce-78daf36f34b2b59618ee971cbb797bbd2ec41fd5.zip
Rename client->error to client->remove
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bounce.h b/bounce.h
index 8987e38..fa810a2 100644
--- a/bounce.h
+++ b/bounce.h
@@ -212,7 +212,7 @@ enum Need {
 	BIT(NeedCapEnd),
 };
 struct Client {
-	bool error;
+	bool remove;
 	int sock;
 	struct tls *tls;
 	time_t time;