jglobus / JGlobus

jGlobus is a collection of Java client libraries for Globus® Toolkit security, GRAM, and GridFTP.
http://www.globus.org/toolkit/jglobus/
Apache License 2.0
24 stars 44 forks source link

Fix a NPE #120

Closed romainreuillon closed 10 years ago

romainreuillon commented 10 years ago

The variable is not initialized prior of being used this generate an NPE. This code fix it.