]> git.proxmox.com Git - mirror_frr.git/commit
lib: Fix command execution npe
authorQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 1 Oct 2016 20:05:10 +0000 (20:05 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 1 Oct 2016 20:05:10 +0000 (20:05 +0000)
commitc5bd4620b0a6f37ceb44e004eceda1a708585e5b
treea620327a53a0cdd79aab700af6c405d345b81f4e
parent8de197ce04e80b67054dfeae7ee4892d0173fd0f
lib: Fix command execution npe

Caller may pass NULL if it does not care about what
command was matched.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command.c