Lorenz Brun | e306d78 | 2021-09-01 13:01:06 +0200 | [diff] [blame] | 1 | diff --git a/conf.c b/conf.c |
2 | index 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); |