Commit Graph

2 Commits

Author SHA1 Message Date
Alfi Maulana
54c5a295d2
Remove initialized flag in CAN socket class (#16)
Removed the redundant `initialized_` flag, which was not properly set or
unset when the `CANSocket` class was reinitialized. It has been replaced
with a direct check on `socket_fd_`. Additionally, `socket_fd_` is now
always reset after being closed.

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
2025-08-11 17:36:36 +09:00
Sutou Kouhei
584ca15338 Import 2025-07-22 15:15:21 +09:00