]> git.kaiwu.me - haproxy.git/commit
CLEANUP: mqtt: fix spelling of shared_subscription_available
authorWilly Tarreau <w@1wt.eu>
Mon, 11 May 2026 15:28:21 +0000 (17:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 May 2026 15:28:21 +0000 (17:28 +0200)
commit57c3e4b4e2496a1ffa71050da287c28ef3f67cb7
tree4c4d26b298eb748636a4f8106fdfa2277a5652dc
parent82d723dd8e7f6b260fc980949161b1d2ec7bad11
CLEANUP: mqtt: fix spelling of shared_subscription_available

The struct member 'shared_subsription_available' was misspelled (missing
'c' in 'subscription'). Let's fix it to ease maintenance.
include/haproxy/mqtt-t.h
src/mqtt.c