blob: 2a3dacf546ed3c8e62ba5dc8c8d059c017aa4b64 [file] [log] [blame]
Lorenz Brune306d782021-09-01 13:01:06 +02001diff --git a/conf.c b/conf.c
2index ce2ff00..7ce7fd2 100644
3--- a/conf.c
4+++ b/conf.c
5@@ -403,8 +403,6 @@ CNF_Initialise(int r, int client_only)
6 if (client_only) {
7 cmd_port = ntp_port = 0;
8 } else {
9- bind_cmd_path = Strdup(DEFAULT_COMMAND_SOCKET);
10- pidfile = Strdup(DEFAULT_PID_FILE);
11 }
12
13 SCK_GetAnyLocalIPAddress(IPADDR_INET4, &bind_address4);