diff options
author | Florin Coras <fcoras@cisco.com> | 2023-12-01 13:23:35 -0800 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2023-12-01 23:37:47 +0000 |
commit | 2c5e2184efd95d7c011ab9a4c6d8fd588e051ed7 (patch) | |
tree | 34f14503b46855e58d09db906e02ac3925bfbb27 /src | |
parent | d053508fcfd50f102f2d6c999938819bc91944d2 (diff) |
vcl: remove perror ldp call
Reported by coverity
Type: fix
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Idae1bceb1eeb6dfe0394eed39ced9d09342d201f
Diffstat (limited to 'src')
-rw-r--r-- | src/vcl/ldp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vcl/ldp.c b/src/vcl/ldp.c index 369c480ba31..64155ea3a46 100644 --- a/src/vcl/ldp.c +++ b/src/vcl/ldp.c @@ -1865,7 +1865,6 @@ sendmmsg (int fd, struct mmsghdr *vmessages, unsigned int vlen, int flags) if (size < 0) { int errno_val = errno; - perror (func_str); clib_warning ("LDP<%d>: ERROR: fd %d (0x%x): %s() failed! " "rv %d, errno = %d", getpid (), fd, fd, func_str, size, errno_val); |