Only ever fork() once.
authorBrenden Matthews <brenden@diddyinc.com>
Tue, 26 Jan 2010 21:05:04 +0000 (13:05 -0800)
committerCesare Tirabassi <norsetto@ubuntu.com>
Sat, 30 Jan 2010 13:24:06 +0000 (14:24 +0100)
(cherry picked from commit 000acfe0fd6fa0d6f6e284676af079e8ef9397d8)

src/conky.c

index 456142a..8e29c22 100644 (file)
@@ -5619,7 +5619,7 @@ void initialisation(int argc, char **argv) {
 
        while (1) {
                int c = getopt_long(argc, argv, getopt_string, longopts, NULL);
-               static int startup_pause = 0;
+               int startup_pause;
 
                if (c == -1) {
                        break;