laforge submitted this change.
coverity CID#358070
Change-Id: I742e95fa97f41ca4efe77055c5f29f73e48826d6
---
M src/osmo-hnbgw/hnbgw_hnbap.c
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/osmo-hnbgw/hnbgw_hnbap.c b/src/osmo-hnbgw/hnbgw_hnbap.c
index 9ed1e46..1cc79f6 100644
--- a/src/osmo-hnbgw/hnbgw_hnbap.c
+++ b/src/osmo-hnbgw/hnbgw_hnbap.c
@@ -475,7 +475,7 @@
char identity_str[256];
const char *cell_id_str;
struct timespec tp;
- HNBAP_Cause_t cause;
+ HNBAP_Cause_t cause = {};
struct osmo_sockaddr cur_osa = {};
socklen_t len = sizeof(cur_osa);
To view, visit change 37998. To unsubscribe, or for help writing mail filters, visit settings.