ctdb-common: Stop a pcap-related crash on error
commit8c1314aae600de1c3292185b7a5ff41a76d711c0
authorMartin Schwenke <martin@meltin.net>
Tue, 9 Aug 2022 03:49:42 +0000 (9 13:49 +1000)
committerJule Anger <janger@samba.org>
Tue, 29 Aug 2023 09:35:11 +0000 (29 09:35 +0000)
tree42be91bf272d1d7d915038a67d7d0bf2fb3c3e0c
parent98ee0c125781081bb98cdb78ed3a9df8478ee243
ctdb-common: Stop a pcap-related crash on error

errbuf can't be NULL.  Might as well use it.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
(cherry picked from commit 40380a8042dfc2efa6f8f06ed7ac86c3c20a343f)
ctdb/common/system_socket.c