Changeset 587 for vendor/current/source3/rpcclient/rpcclient.c
- Timestamp:
- Jun 29, 2011, 7:36:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/rpcclient/rpcclient.c
r414 r587 50 50 static char **completion_fn(const char *text, int start, int end) 51 51 { 52 #define MAX_COMPLETIONS 100 52 #define MAX_COMPLETIONS 1000 53 53 char **matches; 54 54 int i, count=0;
Note:
See TracChangeset
for help on using the changeset viewer.