chiark / gitweb /
sd-rtnl: fix bogus warning about dropping 20 bytes from multi-part messages
authorTom Gundersen <teg@jklm.no>
Mon, 8 Dec 2014 17:36:16 +0000 (18:36 +0100)
committerTom Gundersen <teg@jklm.no>
Mon, 8 Dec 2014 17:38:55 +0000 (18:38 +0100)
commit0e707326fcecd3968efa7dc827123032f1b2cb61
treea7725fe9c58bf4dab846da9bbc84c2c647c1a21a
parent935c0d26f7ca748e78a02f524908ede696dc4cda
sd-rtnl: fix bogus warning about dropping 20 bytes from multi-part messages

Nothing was being dropped, we just failed to account for the NLMSG_DONE.
src/libsystemd/sd-rtnl/rtnl-message.c