diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-04-27 14:02:01 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-04-27 14:02:01 +0200 |
commit | 29dc1ad33679f06c192ee03a3639939307e5f3ea (patch) | |
tree | c8ebbc289d7197b1f47d11daa92e3aa3f6d4437c /src/ptunnel.c | |
parent | 1d0cbc46e800919aace83b0a24034b0460382f91 (diff) |
removed `--libpcap` default device, since it is highly os dependant
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/ptunnel.c')
-rw-r--r-- | src/ptunnel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ptunnel.c b/src/ptunnel.c index d70edce..4b3816d 100644 --- a/src/ptunnel.c +++ b/src/ptunnel.c @@ -252,8 +252,8 @@ int main(int argc, char *argv[]) { } #endif /* !WIN32 */ - pthread_mutex_init(&chain_lock, 0); - pthread_mutex_init(&num_threads_lock, 0); + pthread_mutex_init(&chain_lock, 0); + pthread_mutex_init(&num_threads_lock, 0); // Check mode, validate arguments and start either client or proxy. if (opts.mode == kMode_forward) { |