mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-04 23:06:57 +00:00
Lists_MakeMask: Don't destroy source buffer
This commit is contained in:
parent
01c3552140
commit
896d45471a
@ -285,6 +285,7 @@ Lists_MakeMask(const char *Pattern, char *mask, size_t len)
|
||||
strlcpy(mask, Pattern, len - 5);
|
||||
strlcat(mask, "!*@", len);
|
||||
strlcat(mask, at, len);
|
||||
at--; *at = '@';
|
||||
} else {
|
||||
/* All parts (nick, user and domain name) are given */
|
||||
strlcpy(mask, Pattern, len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user