[jcifs] Re: JCIFS [0.]5.1

Allen, Michael B (RSCH) Michael_B_Allen at ml.com
Thu Aug 30 12:16:21 EST 2001


Ahh, yes. Right. Thanks.

Mike

> -----Original Message-----
> From:	Rob Wygand [SMTP:rob at filefish.com]
> Sent:	Wednesday, August 29, 2001 10:11 PM
> To:	Michael B. Allen
> Cc:	jcifs at samba.org
> Subject:	[jcifs] Re: JCIFS [0.]5.1
> 
> 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