DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25620>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25620

Uninitialised variable in FTPClient

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2003-12-22 22:12 -------
Good catch.  I just fixed it by explicitly assigned to __restartOffset a
value of zero in __initDefaults().  It's actually more than just a generally
good thing to do. Without initializing the variable in __initDefaults(),
__restsartOffset is not reset the various times __initDefaults() is called
(e.g., reinitialize(), connect()), so values will persist between
connections and in other situations where it should be reset.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to