Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/java/avis/files/patch-server-src-main-org-avis-federation-Link.java
16462 views
1
--- server/src/main/org/avis/federation/Link.java-orig 2008-01-21 18:05:26.000000000 +1030
2
+++ server/src/main/org/avis/federation/Link.java 2008-01-29 17:16:37.334636622 +1030
3
@@ -302,7 +285,7 @@
4
5
private void handleAck (Ack ack)
6
{
7
- if (ack.request instanceof FedSubReplace)
8
+ if (ack.request.getClass () == FedSubReplace.class)
9
subscribed = true;
10
}
11
12
@@ -409,3 +392,5 @@
13
return newRouting;
14
}
15
}
16
+
17
+
18
19