summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/socket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp
index 78b7f2de9..37d0fb73b 100644
--- a/src/socket.cpp
+++ b/src/socket.cpp
@@ -105,7 +105,7 @@ size_t InspIRCd::BindPorts(FailedPortList& failed_ports)
if (!path.empty())
{
// Expand the path relative to the config directory.
- const std::string fullpath = ServerInstance->Config->Paths.PrependData(path);
+ const std::string fullpath = ServerInstance->Config->Paths.PrependRuntime(path);
// UNIX socket paths are length limited to less than PATH_MAX.
irc::sockets::sockaddrs bindspec;