mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
removing total print jobs since it is not used anymore
(This used to be commit b87be0dddf
)
This commit is contained in:
parent
03d8119017
commit
6278185860
@ -906,7 +906,6 @@ static struct parm_struct parm_table[] = {
|
||||
|
||||
{"Printing Options", P_SEP, P_SEPARATOR},
|
||||
|
||||
{"total print jobs", P_INTEGER, P_GLOBAL, &Globals.iTotalPrintJobs, NULL, NULL, FLAG_PRINT},
|
||||
{"max reported print jobs", P_INTEGER, P_LOCAL, &sDefault.iMaxReportedPrintJobs, NULL, NULL, FLAG_PRINT},
|
||||
{"max print jobs", P_INTEGER, P_LOCAL, &sDefault.iMaxPrintJobs, NULL, NULL, FLAG_PRINT},
|
||||
{"load printers", P_BOOL, P_GLOBAL, &Globals.bLoadPrinters, NULL, NULL, FLAG_PRINT},
|
||||
@ -1728,7 +1727,6 @@ FN_GLOBAL_INTEGER(lp_maxdisksize, &Globals.maxdisksize)
|
||||
FN_GLOBAL_INTEGER(lp_lpqcachetime, &Globals.lpqcachetime)
|
||||
FN_GLOBAL_INTEGER(lp_max_smbd_processes, &Globals.iMaxSmbdProcesses)
|
||||
FN_GLOBAL_INTEGER(lp_disable_spoolss, &Globals.bDisableSpoolss)
|
||||
FN_GLOBAL_INTEGER(lp_totalprintjobs, &Globals.iTotalPrintJobs)
|
||||
FN_GLOBAL_INTEGER(lp_syslog, &Globals.syslog)
|
||||
static FN_GLOBAL_INTEGER(lp_announce_as, &Globals.announce_as)
|
||||
FN_GLOBAL_INTEGER(lp_lm_announce, &Globals.lm_announce)
|
||||
|
Loading…
Reference in New Issue
Block a user