Signed-Off-By: Pete Zaitcev <[email protected]>

diff --git a/server/cldu.c b/server/cldu.c
index 172c5cc..74bbd22 100644
--- a/server/cldu.c
+++ b/server/cldu.c
@@ -507,6 +507,8 @@ int cld_begin(const char *thishost, const char *thiscell, 
uint32_t nid,
 
        cld_ops.printf = log;
 
+       cldc_init();
+
        /*
         * As long as we permit pre-seeding lists of CLD hosts,
         * we cannot wipe our session anymore. Note though, as long
diff --git a/server/server.c b/server/server.c
index 961b5c3..9ac2b32 100644
--- a/server/server.c
+++ b/server/server.c
@@ -1193,7 +1193,6 @@ int main (int argc, char *argv[])
 
        g_thread_init(NULL);
        SSL_library_init();
-       cldc_init();
 
        /* init SSL */
        SSL_load_error_strings();
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to