]> git.puffer.fish Git - matthieu/frr.git/commit
lib: remove misleading copy/del_cmd_element
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 23 Nov 2016 11:06:34 +0000 (12:06 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 1 Dec 2016 17:45:30 +0000 (18:45 +0100)
commitb5a1e9ef5c7b1e505e6d82ea9c542748005afe63
treee5384d149fa22ce108893beba8811984912024a9
parente9484f70b21ed49d0ca6dbf2899b3a6306ffd2e9
lib: remove misleading copy/del_cmd_element

struct cmd_element items are static global variables, they are never
allocated, copied or freed.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/command.c
lib/command.h
lib/command_parse.y