Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-04-25 21:02:43 +01:00
10 changed files with 45 additions and 61 deletions

View File

@ -499,8 +499,7 @@ tty_term_find(char *name, int fd, char **cause)
a = options_array_first(o);
while (a != NULL) {
ov = options_array_item_value(a);
if (ov != NULL)
tty_term_override(term, ov->string);
tty_term_override(term, ov->string);
a = options_array_next(a);
}