Small IOCHAN refactor. Introduce iochan_man_t
[pazpar2-moved-to-github.git] / src / pazpar2.c
index 71e7d2b..3a43ed5 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Pazpar2.
-   Copyright (C) 2006-2009 Index Data
+   Copyright (C) 2006-2010 Index Data
 
 Pazpar2 is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -194,6 +194,7 @@ static int sc_main(
                     "mode");
             return 1;
         }
+        pazpar2_chan_man_start();
         ret = config_start_listeners(config, listener_override);
         if (ret)
             return ret; /* error starting http listener */