summaryrefslogtreecommitdiffstats
path: root/source/param/loadparm.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-03-03 16:44:30 +0000
committerGerald Carter <jerry@samba.org>2006-03-03 16:44:30 +0000
commit3e7f8c6b63d692e33ff019ce193db58040821bb5 (patch)
tree2f44bd0bee70cbf70d56dc793da994732fe47e2f /source/param/loadparm.c
parent2a4978ffbdfc49aa0dd6bf4955a8d42a256a7a08 (diff)
downloadsamba-3e7f8c6b63d692e33ff019ce193db58040821bb5.tar.gz
samba-3e7f8c6b63d692e33ff019ce193db58040821bb5.tar.xz
samba-3e7f8c6b63d692e33ff019ce193db58040821bb5.zip
r13815: "Into the blind world let us now descend,"
Began the poet, his face as pale as death. "I will go first, and you will follow me." --- Adding XcvDataPort() to the spoolss code for remotely add ports. The design is to allow an intuitive means of creating a new CUPS print queue from the Windows 2000/XP APW without hacks like specifying the deviceURI in the location field of the printer properties dialog. Also set 'default devmode = yes' as the new default since it causes no harm and only is executed when you have a NULL devmode anyways.
Diffstat (limited to 'source/param/loadparm.c')
-rw-r--r--source/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 6d0eb46f23f..ce4bef8d27b 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -574,7 +574,7 @@ static service sDefault = {
False, /* bInheritOwner */
True, /* bMSDfsRoot */
False, /* bUseClientDriver */
- False, /* bDefaultDevmode */
+ True, /* bDefaultDevmode */
False, /* bForcePrintername */
True, /* bNTAclSupport */
False, /* bForceUnknownAclUser */