mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-13 07:11:56 +01:00
Merge remote-tracking branch 'origin/capnproto' into FirstPage
This commit is contained in:
commit
1c058de0b1
@ -32,7 +32,7 @@ namespace FabAccessAPI_Test {
|
|||||||
[SetUp]
|
[SetUp]
|
||||||
public void Setup() {
|
public void Setup() {
|
||||||
var rpcClient = new TcpRpcClient();
|
var rpcClient = new TcpRpcClient();
|
||||||
rpcClient.Connect("127.0.0.1", 59661);
|
rpcClient.Connect("::1", 59661);
|
||||||
_connection = new Connection(rpcClient);
|
_connection = new Connection(rpcClient);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
external/SASL
vendored
2
external/SASL
vendored
@ -1 +1 @@
|
|||||||
Subproject commit cb9a9919c971e00c52732fba983e82d795fbe4ad
|
Subproject commit 7316498e9bf9b6380227823f9ae120de09a896ce
|
Loading…
x
Reference in New Issue
Block a user