projects
/
project
/
qosify.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7379709
)
ubus: fix crash caused by missing static keyword
author
Felix Fietkau
<nbd@nbd.name>
Mon, 8 Nov 2021 21:12:05 +0000
(22:12 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 8 Nov 2021 21:12:05 +0000
(22:12 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
ubus.c
patch
|
blob
|
history
diff --git
a/ubus.c
b/ubus.c
index 088fb145b37629e88626bc44e891b904bef2ebfb..d9b03cf727974d8751ca9cccc3e44629511ef5ad 100644
(file)
--- a/
ubus.c
+++ b/
ubus.c
@@
-397,7
+397,7
@@
qosify_ubus_event_cb(struct ubus_context *ctx, struct ubus_event_handler *ev,
static void
ubus_connect_handler(struct ubus_context *ctx)
{
- struct ubus_event_handler ev = {
+ st
atic st
ruct ubus_event_handler ev = {
.cb = qosify_ubus_event_cb
};