summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 48fb18a)
raw | patch | inline | side by side (parent: 48fb18a)
author | Florian Forster <octo@noris.net> | |
Tue, 18 Jan 2011 15:57:25 +0000 (16:57 +0100) | ||
committer | Florian Forster <octo@noris.net> | |
Tue, 18 Jan 2011 15:57:25 +0000 (16:57 +0100) |
src/main.c | patch | blob | history |
diff --git a/src/main.c b/src/main.c
index 0722403fac4f885883d6a9c1765ab081a408037f..877f61bab7e9bdc4cb1544b1daf643cde661662a 100644 (file)
--- a/src/main.c
+++ b/src/main.c
if (i >= actions_num)
status = action_usage ();
- fflush (stdout);
- fclose (stdout);
+ /* Call finish before updating the graph list, so clients don't wait for
+ * the update to finish. */
+ FCGI_Finish ();
gl_update (/* request_served = */ 1);