From 7a34772b386b6c1483b7709efac631fd8a9aa699 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 4 Aug 2010 22:45:17 +0200 Subject: [PATCH] amqp plugin: Initialize the port number to 5672. --- src/amqp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amqp.c b/src/amqp.c index 5f44dfc3..a4324253 100644 --- a/src/amqp.c +++ b/src/amqp.c @@ -45,7 +45,7 @@ #define AMQP_DM_VOLATILE 1 #define AMQP_DM_PERSISTENT 2 -static int port; +static int port = 5672; static char *host = NULL; static char *vhost = NULL; static char *user = NULL; -- 2.30.2