Harald Welte has submitted this change and it was merged.

Change subject: vty/command.c: drop useless assignment
......................................................................


vty/command.c: drop useless assignment

Change-Id: Ia30b6481ee570c6cf3e3b38e7a78028c66c036b7
---
M src/vty/command.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/vty/command.c b/src/vty/command.c
index e50706e..0168462 100644
--- a/src/vty/command.c
+++ b/src/vty/command.c
@@ -1655,7 +1655,7 @@
        /* Make sure that cmd_vector is filtered based on current word */
        command = vector_slot(vline, index);
        if (command)
-               match = cmd_filter(command, cmd_vector, index, any_match);
+               cmd_filter(command, cmd_vector, index, any_match);
 
        /* Make description vector. */
        for (i = 0; i < vector_active(cmd_vector); i++) {

-- 
To view, visit https://gerrit.osmocom.org/2880
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia30b6481ee570c6cf3e3b38e7a78028c66c036b7
Gerrit-PatchSet: 2
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to