aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-01-03 16:53:01 +0100
committerAnders Broman <a.broman58@gmail.com>2019-01-03 19:33:00 +0000
commitb44f07c8b323a5675181f1adb6d22640e3b33eb3 (patch)
tree0f9ea124f487a9cb87ee31c02d3c2d5f490f024a /capchild
parent461264bc39f750473a0e9daf74bb4c194a94be2f (diff)
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 <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'capchild')
-rw-r--r--capchild/capture_sync.h2
1 files changed, 1 insertions, 1 deletions
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);
/**