summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/web/swat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c
index 060f024581..4bfb731814 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -478,7 +478,7 @@ static int save_reload(int snum)
}
write_config(f, False);
- if (snum)
+ if (snum >= 0)
lp_dump_one(f, False, snum);
fclose(f);