make ubus_default_connection_lost static
This commit is contained in:
parent
38aa926349
commit
a93b044d6a
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ int ubus_register_event_handler(struct ubus_context *ctx,
|
|||
}
|
||||
|
||||
|
||||
void ubus_default_connection_lost(struct ubus_context *ctx)
|
||||
static void ubus_default_connection_lost(struct ubus_context *ctx)
|
||||
{
|
||||
if (ctx->sock.registered)
|
||||
uloop_end();
|
||||
|
|
Loading…
Reference in a new issue