summaryrefslogtreecommitdiff
path: root/contrib/auth_delay/auth_delay.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/auth_delay/auth_delay.c')
-rw-r--r--contrib/auth_delay/auth_delay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/auth_delay/auth_delay.c b/contrib/auth_delay/auth_delay.c
index c3d78e5020f..4ca9b4afb1a 100644
--- a/contrib/auth_delay/auth_delay.c
+++ b/contrib/auth_delay/auth_delay.c
@@ -21,7 +21,7 @@
PG_MODULE_MAGIC;
/* GUC Variables */
-static int auth_delay_milliseconds;
+static int auth_delay_milliseconds = 0;
/* Original Hook */
static ClientAuthentication_hook_type original_client_auth_hook = NULL;