Browse Source

Typo fix.

Adam Ierymenko 4 years ago
parent
commit
5391e95fce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      osdep/LinuxEthernetTap.cpp

+ 1 - 1
osdep/LinuxEthernetTap.cpp

@@ -239,7 +239,7 @@ LinuxEthernetTap::LinuxEthernetTap(
 
 
 				::close(sock);
 				::close(sock);
 
 
-				_thread.init_l.unlock();
+				_thread_init_l.unlock();
 			} else {
 			} else {
 				_thread_init_l.lock();
 				_thread_init_l.lock();
 				_thread_init_l.unlock();
 				_thread_init_l.unlock();