Author: gsim
Date: Wed Oct 22 05:07:23 2008
New Revision: 707052

URL: http://svn.apache.org/viewvc?rev=707052&view=rev
Log:
Fix port used in example.


Modified:
    incubator/qpid/trunk/qpid/cpp/SSL

Modified: incubator/qpid/trunk/qpid/cpp/SSL
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/SSL?rev=707052&r1=707051&r2=707052&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/SSL (original)
+++ incubator/qpid/trunk/qpid/cpp/SSL Wed Oct 22 05:07:23 2008
@@ -63,7 +63,7 @@
 
 and run e.g.
 
-./src/tests/perftest --count 10000 -P ssl --port 5673 \
+./src/tests/perftest --count 10000 -P ssl --port 5671 \
                      --broker myhost.mydomain
 
 


Reply via email to