]> git.puffer.fish Git - matthieu/frr.git/commit
lib: If command was successful don't store the command as an error
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 25 Oct 2018 01:03:18 +0000 (21:03 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 25 Oct 2018 01:03:18 +0000 (21:03 -0400)
commitb45d8ccc3280677dae5dda773f158a4b3c5e597e
tree89e004b4e44a20715df547c33a667f3055da2b26
parent82d6d6e9be004cd8dbe88b0603f6420fcd80a0a5
lib: If command was successful don't store the command as an error

The CMD_SUCCESS_DAEMON case should be excluded from storing the command line
that we think failed.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/command.c