r12758: r12127@cabra: derrell | 2006-01-03 15:22:18 -0500
authorDerrell Lipman <derrell@samba.org>
Sat, 7 Jan 2006 20:43:31 +0000 (20:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:06:02 +0000 (11:06 -0500)
 remove old superfluous comment and ifdef
(This used to be commit ee7fcb43ad456929f1f005f47c52a4b4d46c5087)

source3/libsmb/clilist.c

index 252dafcfa8b9b3ae6b5f408fb356b55f8ad6f2b1..48780e28dfa9637a870cb8dfd9e61363e13fdf39 100644 (file)
@@ -169,11 +169,7 @@ static size_t interpret_long_filename(struct cli_state *cli, int level,char *p,f
 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;