about summary refs log tree commit homepage
path: root/ext/kgio/autopush.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/kgio/autopush.c')
-rw-r--r--ext/kgio/autopush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/kgio/autopush.c b/ext/kgio/autopush.c
index cc83fdb..a91e019 100644
--- a/ext/kgio/autopush.c
+++ b/ext/kgio/autopush.c
@@ -28,7 +28,7 @@
 
 #ifdef KGIO_NOPUSH
 static ID id_autopush_state;
-static int enabled;
+static int enabled = 1;
 
 enum autopush_state {
         AUTOPUSH_STATE_ACCEPTOR_IGNORE = -1,