Update tailscale_tun

This commit is contained in:
Yuri Iozzelli 2022-09-30 20:45:50 +02:00
parent 084261f55e
commit 174896c93a
4 changed files with 3 additions and 3 deletions

View file

@ -491,9 +491,9 @@ function __ZZN7IpStack4bindEiENK3$_6clEPN6client12MessageEventE(Lthis,Lev){
function __ZN10__cxxabiv1L24__cxa_throw_wasm_adapterEjPSt9type_infoj(Lthrown_object){
var Ldest$paddr=null,Lref$ptmp=null,Ltinfo$paddr=null;
Ltinfo$paddr=[0];
Ltinfo$paddr[0]=(1048880|0);
Ltinfo$paddr[0]=(1051752|0);
Ldest$paddr=[0];
Ldest$paddr[0]=((59|0)|0);
Ldest$paddr[0]=((58|0)|0);
Lref$ptmp=[nullObj];
Lref$ptmp[0]={d:null,o:Lthrown_object};
Ltinfo$paddr=__ZN10__cxxabiv19Exception8allocateIJPvRPSt9type_infoRjEEEPS0_DpOT_(Lref$ptmp,0,Ltinfo$paddr,0,Ldest$paddr,0);

Binary file not shown.

Binary file not shown.

View file

@ -43,7 +43,7 @@ export async function init() {
ipn = newIPN({
// Persist IPN state in sessionStorage in development, so that we don't need
// to re-authorize every time we reload the page.
stateStorage: sessionStateStorage,
//stateStorage: sessionStateStorage,
});
const setupIpStack = () => {