[jcifs] Re: JCIFS [0.]5.1

Rob Wygand rob at filefish.com
Thu Aug 30 12:10:57 EST 2001


Just a quick correction, for posterity and anyone else interested. The 
int vcNumber = 1 change is in jcifs.smb.SmbTransport at line 98, not 
jcifs.smb.SmbComSessionSetupAndX.

Thanks again, Mike.

rjw

Michael B. Allen wrote:
> On Tue, Aug 28, 2001 at 11:09:17AM -0700, Rob Wygand wrote:
> 
>>The changes to JCIFS 0.5.1 seem rather small and self contained. I 
>>wonder, could you send me a list of the files changed? I've hacked in 
>>
> 
> There's only four small changes:
> 
> 1) jcifs/netbios/NameServiceClient.java
> 
> At line 282 add to the else clause:
> 
>     request.isBroadcast = true;
> 
> 2) jcifs/smb/SmbComSessionSetupAndX.java
> 
> At line 98 change vcNumber initialization from 0 to 1 so it looks like:
> 
> 	int vcNumber = 1;
> 
> 3) jcifs/smb/SmbTree.java
> 
> Around like 217 in find(), remove the try/catch from around
> sendTransaction (let it just get thrown out of that method).
> 
> 4) jcifs/util/LogWriter.java
> 
> On line 279 change p.store( raw, desc ) to:
> 
>     p.save( raw, desc );
> 
> But this fourth item is only for Java 1.1 compatibilty.
> 
> Mike
> 
> 






More information about the jcifs mailing list