Update of /cvsroot/hcoop/domtool2/src
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24077/src

Modified Files:
        main.sml 
Log Message:
Domain alias support for Webalizer

Index: main.sml
===================================================================
RCS file: /cvsroot/hcoop/domtool2/src/main.sml,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** main.sml    29 Apr 2007 20:05:53 -0000      1.65
--- main.sml    29 Apr 2007 21:17:55 -0000      1.66
***************
*** 1254,1257 ****
--- 1254,1263 ----
                            handle OpenSSL.OpenSSL _ => ();
                            loop ())
+                        | IO.Io {name, function, cause} =>
+                          (print ("IO error: " ^ function ^ " for " ^ name ^ 
"\n");
+                           app (fn x => print (x ^ "\n")) (SMLofNJ.exnHistory 
cause);
+                           OpenSSL.close bio
+                           handle OpenSSL.OpenSSL _ => ();
+                           loop ())
                         | e =>
                           (print "Unknown exception in main loop!\n";


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
hcoop-cvs mailing list
hcoop-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hcoop-cvs

Reply via email to