[Red5commits] [1752] Fixed for APPSERVER-75
sgong
luke at codegent.com
Sun Mar 11 05:20:07 EST 2007
Fixed for APPSERVER-75
Timestamp: 03/11/07 05:14:24 EST (less than one hour ago)
Change: 1752
Author: sgong
Files (see diff or trac for details):
java/server/trunk/src/org/red5/server/net/rtmp/RTMPConnection.java
Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1752
Index: /java/server/trunk/src/org/red5/server/net/rtmp/RTMPConnection.java
===================================================================
--- /java/server/trunk/src/org/red5/server/net/rtmp/RTMPConnection.java (revision 1747)
+++ /java/server/trunk/src/org/red5/server/net/rtmp/RTMPConnection.java (revision 1752)
@@ -473,5 +473,5 @@
}
- if (getScope() != null && getScope().getContext() != null) {
+ if (bwContext != null && getScope() != null && getScope().getContext() != null) {
IBWControlService bwController = (IBWControlService) getScope()
.getContext().getBean(IBWControlService.KEY);
Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.
More information about the Red5commits
mailing list