On Fri, 27 Mar 2009 12:33:52 -0400, Trass3r <mrmoc...@gmx.de> wrote:

Lars Ivar Igesund schrieb:
 * FTP adapter for the VFS by Lester L. Martin II
 >

Why is the code full of duplicates (exit includes the failure case)?

scope(failure) {
        if(conn !is null)
                conn.close();
}
scope(exit) {
        if(conn !is null)
                conn.close();
}


Because you haven't submitted a ticket for it yet ;)

http://www.dsource.org/projects/tango/newticket

-Steve

Reply via email to