diff options
Diffstat (limited to 'low-can-binding/utils/socketcan-bcm.cpp')
-rw-r--r-- | low-can-binding/utils/socketcan-bcm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/low-can-binding/utils/socketcan-bcm.cpp b/low-can-binding/utils/socketcan-bcm.cpp index 39b53f56..750e772d 100644 --- a/low-can-binding/utils/socketcan-bcm.cpp +++ b/low-can-binding/utils/socketcan-bcm.cpp @@ -39,7 +39,7 @@ namespace utils int socketcan_bcm_t::open(std::string device_name) { close(); - + struct ifreq ifr; socket_ = socketcan_t::open(PF_CAN, SOCK_DGRAM, CAN_BCM); |