diff options
author | Guillaume Nault <g.nault@alphalink.fr> | 2018-12-19 19:13:19 +0100 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2018-12-20 06:21:36 +0300 |
commit | 46f5f9c1aa42b8cbd1764cc1b4e4a8abcd3e9fdb (patch) | |
tree | 78a085d2e2617f0b1a28c8c5a8d84d40858f64c2 /accel-pppd/ctrl/ipoe/ipoe.c | |
parent | 412e908eb181901daaea6eee4174787f65901d3f (diff) | |
download | accel-ppp-46f5f9c1aa42b8cbd1764cc1b4e4a8abcd3e9fdb.tar.gz accel-ppp-46f5f9c1aa42b8cbd1764cc1b4e4a8abcd3e9fdb.zip |
iputils: remove unnecessary NLM_F_ACK
Using NLM_F_ACK in these functions is confusing because they don't
parse any netlink response.
In fact, NLM_F_ACK is only required internally by rtnl_talk(), which
already adds it when its 'answer' parameter is NULL. Therefore it's
useless to manually set it in functions that don't set 'answer'.
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Diffstat (limited to 'accel-pppd/ctrl/ipoe/ipoe.c')
0 files changed, 0 insertions, 0 deletions