- if (session[s].tbf_in && !config->cluster_iam_master) { // Are we throttled and a slave?
- master_throttle_packet(session[s].tbf_in, p, l); // Pass it to the master for handling.
+ // Are we throttled and a slave?
+ if (session[s].tbf_in && !config->cluster_iam_master) {
+ // Pass it to the master for handling.
+ master_throttle_packet(session[s].tbf_in, p, l);