Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Feb 7, 2024
1 parent 7c3df1b commit 196d863
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/devices/ctapdriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ bool CTapDriver::Init(const param_map &const_params)
if (ioctl(ip_fd, SIOCSIFADDR, &ifr_a) == -1 || ioctl(ip_fd, SIOCSIFNETMASK, &ifr_n) == -1) {
return cleanUp("Can't ioctl SIOCSIFADDR or SIOCSIFNETMASK");
}

// TODO
}

close(ip_fd);
Expand Down

0 comments on commit 196d863

Please sign in to comment.