SQL Kerberos principal changes; switching some uses of OS.Path.joinDirFile to OS...
[hcoop/domtool2.git] / src / plugins / apache.sml
index f476c97..7183bcb 100644 (file)
@@ -257,9 +257,7 @@ val () = Slave.registerFileHandler (fn fs =>
                                                                                         file = Slave.hostname ()}
                                                                   val {base, ...} = OS.Path.splitBaseExt (#file spl)
 
-                                                                  val realLogDir = OS.Path.joinDirFile
-                                                                                       {dir = realLogDir,
-                                                                                        file = base}
+                                                                  val realLogDir = OS.Path.concat (realLogDir, base)
                                                               in
                                                                   if String.isSuffix ".vhost_ssl" (#file spl) then
                                                                       realLogDir ^ ".ssl"