The internal IPC command was prefixed, which caused the remote director
to reject the commands and disconnect:
director(...): Command proxy: Unknown command proxy
director(...): Remote sent invalid protocol data recently, waiting 57 secs before allowing further communication
orig_src = dir->self_host;
orig_src->last_seq++;
}
+ str_truncate(cmd, 0);
str_printfa(cmd, "USER-KICK\t%s\t%u\t%u\t",
net_ip2addr(&orig_src->ip), orig_src->port, orig_src->last_seq);
str_append_tabescaped(cmd, username);
orig_src = dir->self_host;
orig_src->last_seq++;
}
+ str_truncate(cmd, 0);
str_printfa(cmd, "USER-KICK-ALT\t%s\t%u\t%u\t",
net_ip2addr(&orig_src->ip), orig_src->port, orig_src->last_seq);
str_append_tabescaped(cmd, field);