]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Make the UNIX socket listener path relative to the runtime path.
authorSadie Powell <sadie@witchery.services>
Wed, 20 Jan 2021 11:50:41 +0000 (11:50 +0000)
committerSadie Powell <sadie@witchery.services>
Wed, 20 Jan 2021 11:54:13 +0000 (11:54 +0000)
commitcc28ba0f2164ea68db1bc373ee06fc58f82c3314
treeeda6fd8512689ff9bb8eef1e6dd19927c44ba305
parenta601cf2f0d9754e4bb11a28ce8954a86ad4e367e
Make the UNIX socket listener path relative to the runtime path.

This is not a breaking change because unless the runtime path is
explicitly set it defaults to the same as the data path.
src/socket.cpp