about summary refs log tree commit homepage
path: root/ext/kgio/kgio_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/kgio/kgio_ext.c')
-rw-r--r--ext/kgio/kgio_ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/kgio/kgio_ext.c b/ext/kgio/kgio_ext.c
index 1ebdaae..d106d05 100644
--- a/ext/kgio/kgio_ext.c
+++ b/ext/kgio/kgio_ext.c
@@ -6,5 +6,5 @@ void Init_kgio_ext(void)
         init_kgio_read_write();
         init_kgio_connect();
         init_kgio_accept();
-        init_kgio_nopush();
+        init_kgio_autopush();
 }