]> arthur.barton.de Git - ngircd-alex.git/commit
Update Client_SetHostname() to not use strpbrk()
authorAlexander Barton <alex@barton.de>
Sun, 3 May 2020 22:55:25 +0000 (00:55 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 3 May 2020 22:58:24 +0000 (00:58 +0200)
commit52d8fa2c09c36632c1cacd8242e22e9de920ec9f
tree4e3205cb2e75dfc907514172168ff11988eb04ee
parent1f40776bc166ece8dad0d333905481aa28786cb5
Update Client_SetHostname() to not use strpbrk()

Not sure about the portability of strpbrk() in really ancient OS, and
this was the only place where it became used recently in ngIRCd ...
So let's play it safe! ;-)
src/ngircd/client.c