Changeset 235 for branches/samba-3.2.x/source/param/loadparm.c
- Timestamp:
- May 27, 2009, 12:08:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/param/loadparm.c
r232 r235 864 864 /* Note: We do not initialise the defaults union - it is not allowed in ANSI C 865 865 * 866 * The FLAG_HIDE is explicit. Param ters set this way do NOT appear in any edit866 * The FLAG_HIDE is explicit. Parameters set this way do NOT appear in any edit 867 867 * screen in SWAT. This is used to exclude parameters as well as to squash all 868 868 * parameters that have been duplicated by pseudonyms. … … 873 873 * respective views. 874 874 * 875 * NOTE2: Handling of duplicated (synonym) param ters:875 * NOTE2: Handling of duplicated (synonym) parameters: 876 876 * Only the first occurance of a parameter should be enabled by FLAG_BASIC 877 877 * and/or FLAG_ADVANCED. All duplicates following the first mention should be … … 4535 4535 string_set(&pService->szLprmcommand, "vlp lprm %p %j"); 4536 4536 string_set(&pService->szLppausecommand, "vlp lppause %p %j"); 4537 string_set(&pService->szLpresumecommand, "vlp lpresum %p %j");4537 string_set(&pService->szLpresumecommand, "vlp lpresume %p %j"); 4538 4538 string_set(&pService->szQueuepausecommand, "vlp queuepause %p"); 4539 4539 string_set(&pService->szQueueresumecommand, "vlp queueresume %p");
Note:
See TracChangeset
for help on using the changeset viewer.