summaryrefslogtreecommitdiff
path: root/qpid/cpp/etc/qpidc.conf
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-12-04 15:31:22 +0000
committerGordon Sim <gsim@apache.org>2008-12-04 15:31:22 +0000
commit134b171215d8a8cb648d75d64d25b6f420e90a2f (patch)
tree0892b341904f661e9b4bd493f33650154c34431d /qpid/cpp/etc/qpidc.conf
parent2edcfe12dc45b018dbafebc25b7e43c4cc167b7f (diff)
downloadqpid-python-134b171215d8a8cb648d75d64d25b6f420e90a2f.tar.gz
Example config files are misleading as spaces on either side of the '=' prevent the options being parsed correctly.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/etc/qpidc.conf')
-rw-r--r--qpid/cpp/etc/qpidc.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/qpid/cpp/etc/qpidc.conf b/qpid/cpp/etc/qpidc.conf
index 065442399e..bb68e59168 100644
--- a/qpid/cpp/etc/qpidc.conf
+++ b/qpid/cpp/etc/qpidc.conf
@@ -1,2 +1,5 @@
-# Configuration file for the qpid client library. Entries are of the form:
-# name = value
+# Configuration file for the qpid c++ client library. Entries are of
+# the form:
+# name=value
+#
+# (Note: no spaces on either side of '=')