diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-07 04:05:07 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-07 04:05:07 +0000 |
| commit | 1eb5e8dcd17d84959a46a2d837ae719fc8eb3516 (patch) | |
| tree | fb78e60a3278d4727ecf74874698cb21275ee0e9 /lib/command.c | |
| parent | 7a6ded40965d341456cdd5882c61ca4e22913c2b (diff) | |
lib: Continue matching system refactor
Most things back to working, all CLI units refactored
to use improved graph implementation.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index faaa50a6f2..5bc157c851 100644 --- a/lib/command.c +++ b/lib/command.c @@ -4191,7 +4191,7 @@ cmd_terminate_element(struct cmd_element *cmd) } void -free_cmd_element(struct cmd_element *cmd) +del_cmd_element(struct cmd_element *cmd) { if (!cmd) return; free ((char*) cmd->string); |
