summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-01-20 17:16:07 +0000
committerJeremy Allison <jra@samba.org>2000-01-20 17:16:07 +0000
commitd85e6f2c9a5ca97f47b3c6b7b86f4ca07a8133c2 (patch)
treee4af661ae6a7fe1aa5e9a9f6552d6448c795f7c2
parentea9909cb343308865179ec8026395652f4493579 (diff)
downloadsamba-d85e6f2c9a5ca97f47b3c6b7b86f4ca07a8133c2.tar.gz
samba-d85e6f2c9a5ca97f47b3c6b7b86f4ca07a8133c2.tar.bz2
samba-d85e6f2c9a5ca97f47b3c6b7b86f4ca07a8133c2.zip
Moved Herb's global -> local changes to HEAD.
Jeremy. (This used to be commit bdb2ff6a38f55a66fa7e142f30442899193805ee)
-rw-r--r--source3/param/loadparm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index e33e26d762..e0e4d60910 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -698,8 +698,8 @@ static struct parm_struct parm_table[] =
{"printcap name", P_STRING, P_GLOBAL, &Globals.szPrintcapname, NULL, NULL, FLAG_PRINT},
{"printcap", P_STRING, P_GLOBAL, &Globals.szPrintcapname, NULL, NULL, 0},
{"printer driver file", P_STRING, P_GLOBAL, &Globals.szDriverFile, NULL, NULL, FLAG_PRINT},
- {"print ok", P_BOOL, P_LOCAL, &sDefault.bPrint_ok, NULL, NULL, FLAG_PRINT},
- {"printable", P_BOOL, P_LOCAL, &sDefault.bPrint_ok, NULL, NULL, 0},
+ {"printable", P_BOOL, P_LOCAL, &sDefault.bPrint_ok, NULL, NULL, FLAG_PRINT},
+ {"print ok", P_BOOL, P_LOCAL, &sDefault.bPrint_ok, NULL, NULL, 0},
{"postscript", P_BOOL, P_LOCAL, &sDefault.bPostscript, NULL, NULL, FLAG_PRINT},
{"printing", P_ENUM, P_LOCAL, &sDefault.iPrinting, NULL, enum_printing, FLAG_PRINT|FLAG_GLOBAL},
{"print command", P_STRING, P_LOCAL, &sDefault.szPrintcommand, NULL, NULL, FLAG_PRINT|FLAG_GLOBAL},