Skip to content

Commit

Permalink
Rc add zfw calls main (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything authored Oct 29, 2024
1 parent 06ae9ce commit 8e79a39
Show file tree
Hide file tree
Showing 2 changed files with 959 additions and 10 deletions.
4 changes: 1 addition & 3 deletions programs/ziti-edge-tunnel/instance.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,7 @@ 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);
if(svc->Permissions.Bind){
setTunnelAllowedSourceAddress(svc, zs);
}
setTunnelAllowedSourceAddress(svc, zs);
return svc;
}

Expand Down
Loading

0 comments on commit 8e79a39

Please sign in to comment.