Pete Zaitcev wrote:
Let's change build ports to xxx82 to deconflict with tabled.

Signed-Off-By: Pete Zaitcev <[email protected]>

diff --git a/test/server-test.cfg b/test/server-test.cfg
index 38fcc43..02c39d4 100644
--- a/test/server-test.cfg
+++ b/test/server-test.cfg
@@ -5,11 +5,11 @@
 </SSL>
<Listen>
-       <Port>18080</Port>
+       <Port>18082</Port>
 </Listen>
<Listen>
-       <Port>28080</Port>
+       <Port>28082</Port>
        <Encrypt>true</Encrypt>
 </Listen>
diff --git a/test/test.h b/test/test.h
index 46667aa..d5407d4 100644
--- a/test/test.h
+++ b/test/test.h
@@ -9,8 +9,8 @@
 #define TEST_HOST "localhost"
 #define TEST_USER "testuser"
 #define TEST_USER_KEY "testuser"
-#define TEST_PORT 18080
-#define TEST_SSL_PORT 28080
+#define TEST_PORT 18082
+#define TEST_SSL_PORT 28082

Speaking of conflicts... this patch does not apply to current upstream chunkd.

I manually fixed it up and applied it, working around recent changes in test/test.h

        Jeff




--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to