From 43ca1bf65c9cfb6d1814ad5f9bad6021ff2361b3 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Sun, 1 Nov 2009 16:31:36 -0300 Subject: Switch the DPI framework from Unix sockets to Internet sockets Initially meant for MINIX, but in the process several bugs were fixed, the code restructured, added more error handling and improved in general. In the future we may go back to UDS, but the cleanup gains will remain. --- src/dillo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dillo.cc') diff --git a/src/dillo.cc b/src/dillo.cc index 5e1bbd3e..0a8c219c 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -368,7 +368,7 @@ int main(int argc, char **argv) Paths::free(); /* TODO: auth, css */ - //a_Dpi_bye_dpid(); + //a_Dpi_dillo_exit(); MSG("Dillo: normal exit!\n"); return 0; } -- cgit v1.2.3