Skip to content

Commit 4ad30a7

Browse files
committed
fix: correct variable name
Fixes #115 Signed-off-by: ComixHe <ComixHe1895@outlook.com>
1 parent 24a6a99 commit 4ad30a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/linyaps_box/container.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ try {
16551655

16561656
auto &args = *static_cast<clone_fn_args *>(data);
16571657

1658-
assert(args.self_socket.get() >= 0);
1658+
assert(args.socket.get() >= 0);
16591659
std::set<uint> except_fds{
16601660
STDIN_FILENO,
16611661
STDOUT_FILENO,

0 commit comments

Comments
 (0)