| 962 | { |
| 963 | if (control_socket_open) { |
| 964 | struct stat stat_buf; |
| 965 | if (stat(control_socket_path, &stat_buf) != 0 && errno == ENOENT) { |
| 966 | // Looks like our control socket has disappeared from the filesystem. Close our control |
| 967 | // socket and re-create it: |
no outgoing calls
no test coverage detected