aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2023-08-26 16:55:27 -0700
committerGuy Harris <gharris@sonic.net>2023-08-26 16:55:27 -0700
commitef7f48923df22bedfff576f7f28fd2e28025e3f6 (patch)
treec7669283373554a88b44a97b4b3bdca686228aa7 /extcap.c
parent6ad78bcc441e617bb8de2cbe232dca629c725a47 (diff)
Don't pretend to return an error string from append_extcap_interface_list().
append_extcap_interface_list() does not return an error string; remove the error string argument from it.
Diffstat (limited to 'extcap.c')
-rw-r--r--extcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap.c b/extcap.c
index 65d9edb1af..3bf8dacf14 100644
--- a/extcap.c
+++ b/extcap.c
@@ -668,7 +668,7 @@ extcap_get_help_for_ifname(const char *ifname)
}
GList *
-append_extcap_interface_list(GList *list, char **err_str _U_)
+append_extcap_interface_list(GList *list)
{
GList *interface_list = NULL;
extcap_interface *data = NULL;