]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2951] Change the port number to 56176 after trac2904_v3 merge
authorKean Johnston <kean@isc.org>
Sat, 25 Jan 2014 19:07:11 +0000 (21:07 +0200)
committerKean Johnston <kean@isc.org>
Sat, 25 Jan 2014 19:07:11 +0000 (21:07 +0200)
Branch trac2904_v3 has been merged to master. This test was written
before that merge and uses the old port number. Use the new port
56176 instead.

tests/lettuce/configurations/root.config.orig

index 6e76c599ef0039f4bd09102713e508b614cc0a28..282b7d10758d081d9fae9324d3ed2c4901c25aa4 100644 (file)
@@ -10,7 +10,7 @@
     "Auth": {
         "database_file": "data/root.sqlite3",
         "listen_on": [ {
-            "port": 47806,
+            "port": 56176,
             "address": "127.0.0.1"
         } ]
     },