diff options
author | Derrell Lipman <derrell@samba.org> | 2006-01-07 20:43:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:06:02 -0500 |
commit | f396e2248ad36e4ac24792f6278366b0c737f8d7 (patch) | |
tree | 3e940c55d8e8b146a1eaeae8356df8c2402b3746 /source3 | |
parent | 9a8ca1901c7520a140eaf9208e0b056c93d8471c (diff) | |
download | samba-f396e2248ad36e4ac24792f6278366b0c737f8d7.tar.gz samba-f396e2248ad36e4ac24792f6278366b0c737f8d7.tar.xz samba-f396e2248ad36e4ac24792f6278366b0c737f8d7.zip |
r12758: r12127@cabra: derrell | 2006-01-03 15:22:18 -0500
remove old superfluous comment and ifdef
(This used to be commit ee7fcb43ad456929f1f005f47c52a4b4d46c5087)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/clilist.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/libsmb/clilist.c b/source3/libsmb/clilist.c index 252dafcfa8..48780e28df 100644 --- a/source3/libsmb/clilist.c +++ b/source3/libsmb/clilist.c @@ -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; |