Skip to content

Commit 6002cf9

Browse files
committed
zerotier: refresh extosdep patch for 1.16.0
1 parent d55043b commit 6002cf9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/package-build/zerotier-one/patches/zerotier-one/0001-extosdep-config-update-nudge.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ index d7028902c..c1951239f 100644
6363
static bool mgmtRecv(void* cookie, void* data, unsigned long len, std::function<unsigned(unsigned, const std::string&, const std::string&, std::string&)>);
6464
static bool mgmtWritable(void*);
6565
diff --git a/service/OneService.cpp b/service/OneService.cpp
66-
index 227b575f7..d93758649 100644
66+
index 41d790516..ea8e4ce3c 100644
6767
--- a/service/OneService.cpp
6868
+++ b/service/OneService.cpp
69-
@@ -3607,6 +3607,9 @@ class OneServiceImpl : public OneService {
69+
@@ -3599,6 +3599,9 @@ class OneServiceImpl : public OneService {
7070
#endif
7171
syncManagedStuff(n, true, true, true);
7272
n.tap()->setMtu(nwc->mtu);
@@ -76,7 +76,7 @@ index 227b575f7..d93758649 100644
7676
}
7777
else {
7878
_nets.erase(nwid);
79-
@@ -3619,6 +3622,9 @@ class OneServiceImpl : public OneService {
79+
@@ -3611,6 +3614,9 @@ class OneServiceImpl : public OneService {
8080
if (n.tap()) { // sanity check
8181
#if defined(__WINDOWS__) && ! defined(ZT_SDK)
8282
std::string winInstanceId(((WindowsEthernetTap*)(n.tap().get()))->instanceId());

0 commit comments

Comments
 (0)