aboutsummaryrefslogtreecommitdiff
path: root/sbin/ggate/ggatec/ggatec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ggate/ggatec/ggatec.c')
-rw-r--r--sbin/ggate/ggatec/ggatec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ggate/ggatec/ggatec.c b/sbin/ggate/ggatec/ggatec.c
index 660bd8ab469b..6f9263c8c30d 100644
--- a/sbin/ggate/ggatec/ggatec.c
+++ b/sbin/ggate/ggatec/ggatec.c
@@ -55,7 +55,7 @@
#include "ggate.h"
-enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET;
+static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET;
static const char *path = NULL;
static const char *host = NULL;