Changeset 224 for branches/samba-3.3.x/source/param
- Timestamp:
- May 24, 2009, 7:55:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/param/loadparm.c
r221 r224 861 861 /* Note: We do not initialise the defaults union - it is not allowed in ANSI C 862 862 * 863 * The FLAG_HIDE is explicit. Param ters set this way do NOT appear in any edit863 * The FLAG_HIDE is explicit. Parameters set this way do NOT appear in any edit 864 864 * screen in SWAT. This is used to exclude parameters as well as to squash all 865 865 * parameters that have been duplicated by pseudonyms. … … 870 870 * respective views. 871 871 * 872 * NOTE2: Handling of duplicated (synonym) param ters:872 * NOTE2: Handling of duplicated (synonym) parameters: 873 873 * Only the first occurance of a parameter should be enabled by FLAG_BASIC 874 874 * and/or FLAG_ADVANCED. All duplicates following the first mention should be … … 4576 4576 string_set(&pService->szLprmcommand, "vlp lprm %p %j"); 4577 4577 string_set(&pService->szLppausecommand, "vlp lppause %p %j"); 4578 string_set(&pService->szLpresumecommand, "vlp lpresum %p %j");4578 string_set(&pService->szLpresumecommand, "vlp lpresume %p %j"); 4579 4579 string_set(&pService->szQueuepausecommand, "vlp queuepause %p"); 4580 4580 string_set(&pService->szQueueresumecommand, "vlp queueresume %p");
Note:
See TracChangeset
for help on using the changeset viewer.