Author: derrell
Date: 2006-01-07 20:43:31 +0000 (Sat, 07 Jan 2006)
New Revision: 12758

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

Log:
 [EMAIL PROTECTED]:  derrell | 2006-01-03 15:22:18 -0500
 remove old superfluous comment and ifdef

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


Changeset:

Property changes on: branches/SAMBA_3_0
___________________________________________________________________
Name: svk:merge
   - 3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba3:12126
   + 3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba3:12127

Modified: branches/SAMBA_3_0/source/libsmb/clilist.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/clilist.c  2006-01-07 20:43:28 UTC (rev 
12757)
+++ branches/SAMBA_3_0/source/libsmb/clilist.c  2006-01-07 20:43:31 UTC (rev 
12758)
@@ -169,11 +169,7 @@
 int cli_list_new(struct cli_state *cli,const char *Mask,uint16 attribute, 
                 void (*fn)(const char *, file_info *, const char *, void *), 
void *state)
 {
-#if 1
-       int max_matches = 1366; /* Match W2k - was 512. */
-#else
-       int max_matches = 512;
-#endif
+        int max_matches = 1366;
        int info_level;
        char *p, *p2;
        pstring mask;

Reply via email to