From b44f07c8b323a5675181f1adb6d22640e3b33eb3 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Thu, 3 Jan 2019 16:53:01 +0100 Subject: capture_sync: use the same var name as in other places. error_message -> error_msg. Change-Id: Ie1bc1b72800dc6c93e481cfffa202d5bd0743b5c Reviewed-on: https://code.wireshark.org/review/31329 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- capchild/capture_sync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capchild/capture_sync.h b/capchild/capture_sync.h index c0fdc1d72f..41c566de1a 100644 --- a/capchild/capture_sync.h +++ b/capchild/capture_sync.h @@ -127,7 +127,7 @@ capture_input_drops(capture_session *cap_session, guint32 dropped, char* interfa * Capture child told us that an error has occurred while starting the capture. */ extern void -capture_input_error_message(capture_session *cap_session, char *error_message, +capture_input_error_message(capture_session *cap_session, char *error_msg, char *secondary_error_msg); /** -- cgit v1.2.3