Merge branch 'obsd-master' into master

pull/2589/head
Thomas Adam 2021-02-24 10:01:19 +00:00
commit 9710ec5244
1 changed files with 2 additions and 2 deletions

View File

@ -1319,8 +1319,8 @@ format_cb_client_prefix(struct format_tree *ft)
if (ft->c != NULL) {
name = server_client_get_key_table(ft->c);
if (strcmp(ft->c->keytable->name, name) == 0)
return (xstrdup("1"));
return (xstrdup("0"));
return (xstrdup("0"));
return (xstrdup("1"));
}
return (NULL);
}