diff --git a/source/org/jivesoftware/smack/XMPPConnection.java b/source/org/jivesoftware/smack/XMPPConnection.java index 0254684c8..7cf19b8fd 100644 --- a/source/org/jivesoftware/smack/XMPPConnection.java +++ b/source/org/jivesoftware/smack/XMPPConnection.java @@ -737,7 +737,7 @@ public class XMPPConnection { // Use try block since we may not have permission to get a system // property (for example, when an applet). try { - System.getProperty("smack.debuggerClass"); + className = System.getProperty("smack.debuggerClass"); } catch (Throwable t) { }