Ignore:
Timestamp:
May 24, 2009, 7:55:48 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.4

File:
1 edited

Legend:

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

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