Ignore:
Timestamp:
May 27, 2009, 12:08:58 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/param/loadparm.c

    r232 r235  
    864864/* Note: We do not initialise the defaults union - it is not allowed in ANSI C
    865865 *
    866  * The FLAG_HIDE is explicit. Paramters set this way do NOT appear in any edit
     866 * The FLAG_HIDE is explicit. Parameters set this way do NOT appear in any edit
    867867 * screen in SWAT. This is used to exclude parameters as well as to squash all
    868868 * parameters that have been duplicated by pseudonyms.
     
    873873 *        respective views.
    874874 *
    875  * NOTE2: Handling of duplicated (synonym) paramters:
     875 * NOTE2: Handling of duplicated (synonym) parameters:
    876876 *      Only the first occurance of a parameter should be enabled by FLAG_BASIC
    877877 *      and/or FLAG_ADVANCED. All duplicates following the first mention should be
     
    45354535                string_set(&pService->szLprmcommand, "vlp lprm %p %j");
    45364536                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");
    45384538                string_set(&pService->szQueuepausecommand, "vlp queuepause %p");
    45394539                string_set(&pService->szQueueresumecommand, "vlp queueresume %p");
Note: See TracChangeset for help on using the changeset viewer.