Skip to content

Commit e70e7f2

Browse files
committed
bug fix: set routing allowed has now an effect.
1 parent e395292 commit e70e7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/sharksystem/asap/engine/ASAPInternalPeerFS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public boolean asapRoutingAllowed(CharSequence applicationFormat) throws IOExcep
234234
public void setAsapRoutingAllowed(CharSequence applicationFormat, boolean allowed)
235235
throws IOException, ASAPException {
236236

237-
this.getEngineByFormat(applicationFormat).routingAllowed();
237+
this.getEngineByFormat(applicationFormat).setBehaviourAllowRouting(allowed);
238238
}
239239

240240
@Override

0 commit comments

Comments
 (0)