mirror of
https://github.com/cjdelisle/cjdns
synced 2025-10-06 00:32:50 +02:00
Merge branch 'dnsseed' of github.com:cjdelisle/cjdns into dnsseed
This commit is contained in:
@@ -523,7 +523,6 @@ static Err_DEFUN checkRunningInstance(struct Allocator* allocator,
|
||||
EventBase_beginLoop(base);
|
||||
|
||||
Assert_true(ctx->res);
|
||||
Allocator_free(alloc);
|
||||
if (ctx->res->err != AdminClient_Error_TIMEOUT) {
|
||||
Err_raise(allocator, "Startup failed: cjdroute is already running. [%d]", ctx->res->err);
|
||||
}
|
||||
|
@@ -263,7 +263,7 @@ static Err_DEFUN macaddr(const char* ifname, uint8_t addrOut[6], struct Allocato
|
||||
}
|
||||
|
||||
Err_DEFUN ETHInterface_new(
|
||||
struct ETHInterface* out,
|
||||
struct ETHInterface** out,
|
||||
EventBase_t* eventBase,
|
||||
const char* bindDevice,
|
||||
struct Allocator* alloc,
|
||||
|
Reference in New Issue
Block a user