summaryrefslogtreecommitdiffstats
path: root/lib_cman.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib_cman.py')
-rw-r--r--lib_cman.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib_cman.py b/lib_cman.py
index 5dde470..4f2ff6d 100644
--- a/lib_cman.py
+++ b/lib_cman.py
@@ -50,7 +50,9 @@ class CmanModclusterdUpdates(Exchange):
))
summary = 'XML-formatted status messages'
miscprops = dict(
- sockopts='O_NONBLOCK, TCP_NODELAY (since el6.3/https://bugzilla.redhat.com/742431#c10)',
+ sockopts = ['O_NONBLOCK'
+ ,'TCP_NODELAY (since el6.3/https://bugzilla.redhat.com/742431#c10)'
+ ]
)