Skip to content

Commit ecf13e1

Browse files
committed
g3-daemon: keep control socket on accept error
1 parent 90b1558 commit ecf13e1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/g3-daemon/src/control/local/unix.rs

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ impl LocalControllerImpl {
133133
}
134134
Err(e) => {
135135
warn!("controller {} accept: {e}", self.listen_path.display());
136-
break;
137136
}
138137
}
139138
}

lib/g3-daemon/src/control/local/windows.rs

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ impl LocalControllerImpl {
8888
}
8989
Err(e) => {
9090
warn!("controller {} accept: {e}", self.pipe_name);
91-
break;
9291
}
9392
}
9493
}

0 commit comments

Comments
 (0)