svn commit: samba r15997 - in branches/SAMBA_3_0/source/libsmb: .

jra at samba.org jra at samba.org
Fri Jun 2 00:52:15 GMT 2006


Author: jra
Date: 2006-06-02 00:52:11 +0000 (Fri, 02 Jun 2006)
New Revision: 15997

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15997

Log:
Fix bug in OS/2 Warp - it doesn't set the ff_last
offset correctly when doing info level 1 directory
scans. Thanks to Guenter Kukkukk <Guenter.Kukkukk at kukkukk.com>
for reporting this problem and testing the fix.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/libsmb/clilist.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/clilist.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/clilist.c	2006-06-01 22:53:56 UTC (rev 15996)
+++ branches/SAMBA_3_0/source/libsmb/clilist.c	2006-06-02 00:52:11 UTC (rev 15997)
@@ -330,7 +330,7 @@
 			}
 		}
 
-		if (ff_lastname > 0) {
+		if (ff_searchcount > 0) {
 			pstrcpy(mask, finfo.name);
 		} else {
 			pstrcpy(mask,"");



More information about the samba-cvs mailing list