All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 1/4] chunkd: hide cldc_init inside cldu.c
@ 2009-08-11  1:01 Pete Zaitcev
  2009-08-11  5:02 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Pete Zaitcev @ 2009-08-11  1:01 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Project Hail List

Signed-Off-By: Pete Zaitcev <zaitcev@redhat.com>

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();

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Patch 1/4] chunkd: hide cldc_init inside cldu.c
  2009-08-11  1:01 [Patch 1/4] chunkd: hide cldc_init inside cldu.c Pete Zaitcev
@ 2009-08-11  5:02 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2009-08-11  5:02 UTC (permalink / raw)
  To: Pete Zaitcev; +Cc: Project Hail List

Pete Zaitcev wrote:
> Signed-Off-By: Pete Zaitcev <zaitcev@redhat.com>

applied 1-2



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-11  5:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-11  1:01 [Patch 1/4] chunkd: hide cldc_init inside cldu.c Pete Zaitcev
2009-08-11  5:02 ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.