diff options
author | Tetsuya Murakami <tetsuya.mrk@gmail.com> | 2019-12-05 10:42:34 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-12-05 21:09:18 +0000 |
commit | ce7fd674c1d8325889280230e379287f286974d4 (patch) | |
tree | 4e2136fcb085d229c30c8daf6bc7c6cfc8b8b6f7 | |
parent | 9f3569615eaadcf24a880d8d5547df9ad7a1d35f (diff) |
srv6-mobile
Type: fix
Plug-in for IPv6 Segment Routing Mobile
Fix the static analysis issue on srv6-mobile/gtp4_d function.
Signed-off-by: Tetsuya Murakami <tetsuya.mrk@gmail.com>
Change-Id: I5c419b76a30c9616dc3557267fcceed0d512b67e
-rw-r--r-- | src/plugins/srv6-mobile/gtp4_d.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/srv6-mobile/gtp4_d.c b/src/plugins/srv6-mobile/gtp4_d.c index 2160a90260f..7bafa560810 100644 --- a/src/plugins/srv6-mobile/gtp4_d.c +++ b/src/plugins/srv6-mobile/gtp4_d.c @@ -1,7 +1,7 @@ /* * srv6_t_m_gtp4_d.c * - * Copyright (c) 2019 Cisco and/or its affiliates. + * Copyright (c) 2019 Arrcus Inc and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: @@ -186,7 +186,7 @@ srv6_t_m_gtp4_d_init (vlib_main_t * vm) ip6_header_t *ip6; dpo_type_t dpo_type; vlib_node_t *node; - u32 rc; + int rc; sm->vlib_main = vm; sm->vnet_main = vnet_get_main (); |