make ubus_default_connection_lost static

This commit is contained in:
Felix Fietkau 2011-02-07 00:07:59 +01:00
parent 38aa926349
commit a93b044d6a

View file

@ -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();