Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4e51841
)
http: fixed missing static keyword
26/41426/2
author
Adrian Villin
<
[email protected]
>
Mon, 9 Sep 2024 07:30:27 +0000
(09:30 +0200)
committer
Florin Coras
<
[email protected]
>
Mon, 9 Sep 2024 17:24:32 +0000
(17:24 +0000)
Type: improvement
Change-Id: Id7a16388a72fc5de5848f3fec7a6dbeb6188f913
Signed-off-by: Adrian Villin <
[email protected]
>
src/plugins/http/http_status_codes.h
patch
|
blob
|
history
diff --git
a/src/plugins/http/http_status_codes.h
b/src/plugins/http/http_status_codes.h
index
14b6b7d
..
100095c
100644
(file)
--- a/
src/plugins/http/http_status_codes.h
+++ b/
src/plugins/http/http_status_codes.h
@@
-7,7
+7,7
@@
#include <http/http.h>
-const char *http_status_code_str[] = {
+
static
const char *http_status_code_str[] = {
#define _(c, s, str) str,
foreach_http_status_code
#undef _