[jcifs] broken if statement

Michael B Allen ioplex at gmail.com
Tue Jul 13 15:00:05 MDT 2010


Hi Adam,

That was intentionally disabled and has in fact since been removed (at
least in my local copy it has). This was actually discussed on this
list recently.

Mike

-- 
Michael B Allen
Java Active Directory Integration
http://www.ioplex.com/

On Tue, Jul 13, 2010 at 9:29 AM, Adam Morgan <adam.morgan at q1labs.com> wrote:
> Hello
>
>
>
> Line 243 of jcifs.smb.SmbTransport.java:
>
>
>
>
>
> if (false && NETBIOS_HOSTNAME != null && NETBIOS_HOSTNAME.equals( "" ) ==
> false) {
>
>                 port = 139;
>
>             }
>
>
>
> This will never resolve to true… perhaps should just be taken out?


More information about the jCIFS mailing list