X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fmain.c;h=f7a2eaad2094e282842c667cf71ba8e36e1d9130;hp=131c807f65d10d5554686b928912584bad6dc2fc;hb=7aa5fcbf3d01efdc5fb9afe795b295d138f84f5c;hpb=50116eb9aed6b5294cb30317e83ea388a9e41434 diff --git a/src/main.c b/src/main.c index 131c807f6..f7a2eaad2 100644 --- a/src/main.c +++ b/src/main.c @@ -2190,10 +2190,10 @@ static gint prohibit_duplicate_launch(void) x_display = g_strdup(g_getenv("DISPLAY")); if (uxsock < 0) { + gint ret; #if HAVE_FLOCK gchar *socket_lock; gint lock_fd; - gint ret; /* If connect failed, no other process is running. * Unlink the potentially existing socket, then * open it. This has to be done locking a temporary