We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443041d commit 7335d4aCopy full SHA for 7335d4a
tools/testing/selftests/net/mptcp/mptcp_connect.c
@@ -1270,7 +1270,7 @@ int main_loop(void)
1270
1271
if (cfg_input && cfg_sockopt_types.mptfo) {
1272
fd_in = open(cfg_input, O_RDONLY);
1273
- if (fd < 0)
+ if (fd_in < 0)
1274
xerror("can't open %s:%d", cfg_input, errno);
1275
}
1276
@@ -1293,7 +1293,7 @@ int main_loop(void)
1293
1294
if (cfg_input && !cfg_sockopt_types.mptfo) {
1295
1296
1297
1298
1299
0 commit comments