* [Patch 4/7] tabled: move cld_end for prettiness
@ 2009-08-13 5:28 Pete Zaitcev
0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2009-08-13 5:28 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Project Hail List
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
diff --git a/server/server.c b/server/server.c
index b3d59bf..5930712 100644
--- a/server/server.c
+++ b/server/server.c
@@ -1670,10 +1670,9 @@ int main (int argc, char *argv[])
applog(LOG_INFO, "shutting down");
- cld_end();
-
rc = 0;
+ cld_end();
err_cld_session:
/* net_close(); */
err_out_net:
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-08-13 5:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-13 5:28 [Patch 4/7] tabled: move cld_end for prettiness Pete Zaitcev
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.