load_configuration: Remove conn argument

This commit is contained in:
Orestis Floros
2019-03-29 02:15:49 +02:00
parent f9c4011691
commit 4a2cacebf6
4 changed files with 4 additions and 4 deletions

View File

@@ -586,7 +586,7 @@ int main(int argc, char *argv[]) {
#include "atoms.xmacro"
#undef xmacro
load_configuration(conn, override_configpath, false);
load_configuration(override_configpath, false);
if (config.ipc_socket_path == NULL) {
/* Fall back to a file name in /tmp/ based on the PID */