Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2018-04-18 17:02:28 +01:00
5 changed files with 38 additions and 21 deletions

View File

@ -121,7 +121,7 @@ cmd_find_client_better(struct client *c, struct client *than)
}
/* Find best client for session. */
static struct client *
struct client *
cmd_find_best_client(struct session *s)
{
struct client *c_loop, *c;