mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r12758: r12127@cabra: derrell | 2006-01-03 15:22:18 -0500
remove old superfluous comment and ifdef
(This used to be commit ee7fcb43ad
)
This commit is contained in:
parent
9a8ca1901c
commit
f396e2248a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user