proc_send_s now seems unnecessary.

This commit is contained in:
nicm
2017-07-12 09:07:52 +00:00
parent 58b796608f
commit d0d42dc4cb
4 changed files with 3 additions and 10 deletions

View File

@ -173,7 +173,7 @@ server_lock_client(struct client *c)
tty_raw(&c->tty, tty_term_string(c->tty.term, TTYC_E3));
c->flags |= CLIENT_SUSPENDED;
proc_send_s(c->peer, MSG_LOCK, cmd);
proc_send(c->peer, MSG_LOCK, -1, cmd, strlen(cmd) + 1);
}
void