svn commit: samba r15998 - in trunk/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:13 +0000 (Fri, 02 Jun 2006)
New Revision: 15998

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

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:
   trunk/source/libsmb/clilist.c


Changeset:
Modified: trunk/source/libsmb/clilist.c
===================================================================
--- trunk/source/libsmb/clilist.c	2006-06-02 00:52:11 UTC (rev 15997)
+++ trunk/source/libsmb/clilist.c	2006-06-02 00:52:13 UTC (rev 15998)
@@ -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