mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-07 18:55:23 +01:00
Fix CAP REQ not working with multiple arguments.
This commit is contained in:
parent
200ea0e0b2
commit
377ce40ef8
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ static ClientCapability *clicap_find(const char *data, int *negate, int *finishe
|
|||
if (!s)
|
||||
*finished = 1;
|
||||
|
||||
p = s; /* point to next token for next iteration */
|
||||
|
||||
return cap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue