commit | cb0416652531b4f9ad4b74110f0d1329fefcecfd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 17 19:44:42 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | 380b5e7c2f40407e706218272b2347ba8d7f1cc5 | |
parent | 7cb9e6c6ba5fd264e43cc963a72594809e8af38f [diff] [blame] |
CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* This follows the natural naming. There are roughly 100 changes, all totally trivial.
diff --git a/src/dns.c b/src/dns.c index 4fea59c..cf61d17 100644 --- a/src/dns.c +++ b/src/dns.c
@@ -829,7 +829,7 @@ s = appctx_strm(appctx); s->scb->dst = addr; - s->scb->flags |= CS_FL_NOLINGER; + s->scb->flags |= SC_FL_NOLINGER; s->target = &ds->dss->srv->obj_type; s->flags = SF_ASSIGNED;