Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-05-10 14:01:11 +01:00
4 changed files with 14 additions and 11 deletions

View File

@ -945,7 +945,7 @@ retry:
server_status_client(c);
/* Execute the key binding. */
key_bindings_dispatch(bd, c, m, &fs);
key_bindings_dispatch(bd, NULL, c, m, &fs);
key_bindings_unref_table(table);
return;
}