ctdb-common: Stop a pcap-related crash on error
commit40380a8042dfc2efa6f8f06ed7ac86c3c20a343f
authorMartin Schwenke <martin@meltin.net>
Tue, 9 Aug 2022 03:49:42 +0000 (9 13:49 +1000)
committerAmitay Isaacs <amitay@samba.org>
Tue, 20 Sep 2022 10:43:37 +0000 (20 10:43 +0000)
tree2f0c3fba7ee79998dd6987861d3c4ef168ceb8ce
parent8b54587b1aed28aa2f3af7161a077aa9dd83894c
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>
ctdb/common/system_socket.c