Skip to content

Commit

Permalink
revert previous until signal issues are understood (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything authored Oct 30, 2024
1 parent 8e79a39 commit e00568a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 959 deletions.
4 changes: 3 additions & 1 deletion programs/ziti-edge-tunnel/instance.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,9 @@ tunnel_service *get_tunnel_service(tunnel_identity* id, ziti_service* zs) {
svc->Permissions.Dial = ziti_service_has_permission(zs, ziti_session_type_Dial);
setTunnelPostureDataTimeout(svc, zs);
setTunnelServiceAddress(svc, zs);
setTunnelAllowedSourceAddress(svc, zs);
if(svc->Permissions.Bind){
setTunnelAllowedSourceAddress(svc, zs);
}
return svc;
}

Expand Down
Loading

0 comments on commit e00568a

Please sign in to comment.