summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-09-01 02:13:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:34 -0500
commit6667776e87628b9035212392c9f2724be62391f5 (patch)
treed9039075b0e47483d64a89c1d93286c20d573b12 /source3/param
parentb0b317edbf444cfb4cc0006bbffb4b10a0b08f99 (diff)
downloadsamba-6667776e87628b9035212392c9f2724be62391f5.tar.gz
samba-6667776e87628b9035212392c9f2724be62391f5.tar.bz2
samba-6667776e87628b9035212392c9f2724be62391f5.zip
r2157: This parameter in loadparm appears compleatly unused.
Andrew Bartlett (This used to be commit 3dabe879f74d2ea3b379a00a3778ee76051a359a)
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 468b4c8f27..71543d1e15 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -200,7 +200,6 @@ typedef struct
int lpqcachetime;
int iMaxSmbdProcesses;
BOOL bDisableSpoolss;
- int iTotalPrintJobs;
int syslog;
int os_level;
int enhanced_browsing;
@@ -1374,7 +1373,6 @@ static void init_globals(void)
Globals.lpqcachetime = 10;
Globals.bDisableSpoolss = False;
Globals.iMaxSmbdProcesses = 0;/* no limit specified */
- Globals.iTotalPrintJobs = 0; /* no limit specified */
Globals.pwordlevel = 0;
Globals.unamelevel = 0;
Globals.deadtime = 0;