Fix BIND syntax
[hcoop/domtool2.git] / src / plugins / bind.sml
index 8dc1a72..41bc1d8 100644 (file)
@@ -166,7 +166,7 @@ val () = Slave.registerFileHandler (fn fs =>
                                                       TextIO.output (outf, ns);
                                                       TextIO.output (outf, ".\thostmaster.");
                                                       TextIO.output (outf, #domain fs);
                                                       TextIO.output (outf, ns);
                                                       TextIO.output (outf, ".\thostmaster.");
                                                       TextIO.output (outf, #domain fs);
-                                                      TextIO.output (outf, ".\n( ");
+                                                      TextIO.output (outf, ". ( ");
                                                       TextIO.output (outf, Int.toString 123456789);
                                                       TextIO.output (outf, " ");
                                                       TextIO.output (outf, Int.toString rf);
                                                       TextIO.output (outf, Int.toString 123456789);
                                                       TextIO.output (outf, " ");
                                                       TextIO.output (outf, Int.toString rf);