From 7d04245261160cf03725cae8557c5e546b832ded Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 9 Dec 2006 23:37:39 +0000 Subject: [PATCH] Fix BIND slave syntax --- src/domain.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domain.sml b/src/domain.sml index f2579dd..85dcd67 100644 --- a/src/domain.sml +++ b/src/domain.sml @@ -487,7 +487,7 @@ val _ = Env.containerV_one "domain" "master" => TextIO.output (outf, "\tallow-update { none; };\n") | _ => (TextIO.output (outf, "\tmasters { "); TextIO.output (outf, masterIp); - TextIO.output (outf, " };\n")); + TextIO.output (outf, "; };\n")); TextIO.output (outf, "};\n"); TextIO.closeOut outf end -- 2.20.1