Skip to content

Commit

Permalink
Add missing static declaration
Browse files Browse the repository at this point in the history
reported by Flexelint
  • Loading branch information
nigoroll committed Nov 25, 2024
1 parent 0cfd6cd commit f7b6e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmod/vmod_debug_transports.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ dbg_deliver_finish(struct req *req, struct v1l **v1lp, int err)
Req_Fail(req, sc);
}

struct transport DBG_transport;
static struct transport DBG_transport;

void
debug_transport_init(void)
Expand Down

0 comments on commit f7b6e24

Please sign in to comment.