Diff between 9ba1d688bf99d3f612b05e47ab25a5104f7a38aa and d53fa266690a4faf654af18f76572708a494b34c
Changed Files
| File | Additions | Deletions | Status |
| client/main.c | +1 | -2 | modified |
Full Patch
diff --git a/client/main.c b/client/main.c
index 100b226..4e86013 100644
--- a/client/main.c
+++ b/client/main.c
@@ -1127,11 +1127,10 @@ static guint setup_standard_input(void)
return source;
}
-static unsigned int __terminated = 0;
-
static gboolean signal_handler(GIOChannel *channel, GIOCondition condition,
gpointer user_data)
{
+ static unsigned int __terminated = 0;
struct signalfd_siginfo si;
ssize_t result;
int fd;