Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

Minor but important bug in packetfilter rule-edit-form.jsp

$
0
0

In file rule-edit-form.jsp for packetfilter plugin.

 

There is a minor bug: at line 171:

 

if (destJID == null || !(sourceJID.length() > 0)) {

 

this should actually be

 

if (destJID == null || !(destJID.length() > 0)) {

 

so please fix it.


Viewing all articles
Browse latest Browse all 10742

Trending Articles