u-root / iscsinl

Go iSCSI initiator netlink library
BSD 3-Clause "New" or "Revised" License
16 stars 6 forks source link

Ret should be int32, not uint32 #17

Open khazhyk opened 2 months ago

khazhyk commented 2 months ago

uevent retcode is i32, but interpreted as u32, which can result in confusing messages.