diff options
author | Anand B Jyoti <anand.b.jyoti@intel.com> | 2017-10-04 10:15:40 +0530 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2017-10-06 17:41:15 -0700 |
commit | cd3527b101c97a66d02069a0d60c4e53b4a7d863 (patch) | |
tree | e9accecdae16f114058776eaeed7a1346dd3ca85 /VNFs/UDP_Replay | |
parent | 606074373da5534e476a41b14463d0ec67fdb8d7 (diff) |
VNFs: Fixing klocwork issue in VNFs code
JIRA: SAMPLEVNF-83
This patch fixes the klocwork reported issues
Change-Id: I190d024777be1bf53cdc97feca1e5934781f3582
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
Diffstat (limited to 'VNFs/UDP_Replay')
-rw-r--r-- | VNFs/UDP_Replay/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VNFs/UDP_Replay/main.c b/VNFs/UDP_Replay/main.c index 587057fc..2830aa41 100644 --- a/VNFs/UDP_Replay/main.c +++ b/VNFs/UDP_Replay/main.c @@ -1993,6 +1993,7 @@ main_loop(__attribute__((unused)) void *dummy) #endif /* ENABLE_MULTI_BUFFER_OPTIMIZE */ } } + return 0; } /* display usage */ |