Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-08-20 20:01:27 +01:00
13 changed files with 32 additions and 21 deletions

View File

@ -2379,7 +2379,7 @@ server_client_set_flags(struct client *c, const char *flags)
uint64_t flag;
int not;
s = copy = xstrdup (flags);
s = copy = xstrdup(flags);
while ((next = strsep(&s, ",")) != NULL) {
not = (*next == '!');
if (not)