diff options
Diffstat (limited to 'lib/op-reset.c')
-rw-r--r-- | lib/op-reset.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/op-reset.c b/lib/op-reset.c index c78fef4..c81a033 100644 --- a/lib/op-reset.c +++ b/lib/op-reset.c @@ -112,7 +112,6 @@ int wimaxll_reset(struct wimaxll_handle *wmx) } /* Read the message ACK from netlink */ result = wimaxll_wait_for_rp_result(wmx); - nl_wait_for_ack(wmx->nlh_tx); if (result < 0) wimaxll_msg(wmx, "E: RESET: operation failed: %zd\n", result); error_msg_prep: |