summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-01-16 22:16:11 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2012-01-16 22:16:11 +0000
commit5ce6507e41f83da26f51e6139ef2de4020516d51 (patch)
treec1a8a465a8d35b4ff93c6d71bfa78ccf19d27b5e
parent19ed85d8640c8dbe3a24a5ba2e229b973d965feb (diff)
downloadrabbitmq-server-5ce6507e41f83da26f51e6139ef2de4020516d51.tar.gz
clearly this was tested thoroughly
-rw-r--r--ebin/rabbit_app.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 78c97b25..9301af6b 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -42,6 +42,6 @@
{reuseaddr, true},
{backlog, 128},
{nodelay, true},
- {linger, {true, 0},
+ {linger, {true, 0}},
{exit_on_close, false}]}
]}]}.