ipc_connect: Delete outdated path

This commit is contained in:
Orestis Floros 2024-05-19 11:15:21 +02:00
parent caf5b32d5c
commit 00aaa84ab0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ int ipc_connect(const char *socket_path) {
}
if (path == NULL) {
path = sstrdup("/tmp/i3-ipc.sock");
err(EXIT_FAILURE, "Could not determine i3 socket path");
}
int sockfd = ipc_connect_impl(path);