summaryrefslogtreecommitdiffstats
path: root/source/param/loadparm.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-03-17 14:46:17 +0000
committerAndrew Tridgell <tridge@samba.org>1998-03-17 14:46:17 +0000
commitb92c3b13d74acb39cdbd2c70eab2ef081c344d5a (patch)
treea50c55f337b718f953fd646046a5efc830c72b61 /source/param/loadparm.c
parent78abb9fec3aac235ad26d0192351dc81ade6c584 (diff)
downloadsamba-b92c3b13d74acb39cdbd2c70eab2ef081c344d5a.tar.gz
samba-b92c3b13d74acb39cdbd2c70eab2ef081c344d5a.tar.xz
samba-b92c3b13d74acb39cdbd2c70eab2ef081c344d5a.zip
oops, I got the sense of the show_defaults parameter to lp_dump()
wrong.
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 c67bdd3cf82..da7958b6a08 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -2307,7 +2307,7 @@ void lp_dump(FILE *f, BOOL show_defaults)
{
int iService;
- if (!show_defaults) {
+ if (show_defaults) {
defaults_saved = False;
}