Changeset 5144


Ignore:
Timestamp:
Jan 20, 2012 10:24:29 PM (4 months ago)
Author:
UnAfraid
Message:

BETA: Closing the unclosed connections when got catch thanks Sylar88 for report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/unstable/L2J_Server_BETA/java/com/l2jserver/L2DatabaseFactory.java

    r4739 r5144  
    247247                                { 
    248248                                        _log.log(Level.WARNING, "Unclosed connection! Trace: " + exp.getStackTrace()[1], exp); 
     249                                        close(c); 
    249250                                } 
    250251                        } 
Note: See TracChangeset for help on using the changeset viewer.