]> arthur.barton.de Git - ngircd-alex.git/commit
Streamline handling of invalid and unset server name
authorAlexander Barton <alex@barton.de>
Sat, 29 Jun 2019 14:02:52 +0000 (16:02 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 29 Jun 2019 14:02:52 +0000 (16:02 +0200)
commitf8002057f20e71f24b52c3aab5df3dc1760a151e
tree595c77e2c94e9662efcf82fd99b76f3a10249a1d
parent13122bc97d13c2630ab4b25a621486d0b7a0d134
Streamline handling of invalid and unset server name

Don't exit during runtime (REHASH command, HUP signal), because the
server name can't be changed in this case anyway and the new invalid
name will be ignored.
src/ngircd/conf.c
src/ngircd/sighandlers.c