summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c
index 6376a3a..1dba9a8 100644
--- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c
+++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c
@@ -1902,7 +1902,7 @@ UINT32 Oct6100ApiReserveBridgeAddResources(
{
/* Reserve a "tap" bridge. */
tOCT6100_CONF_BRIDGE_OPEN ConfBridgeOpen;
- UINT32 ulTapBridgeHndl;
+ UINT32 ulTapBridgeHndl = 0;
Oct6100ConfBridgeOpenDef( &ConfBridgeOpen );
@@ -3238,7 +3238,7 @@ UINT32 Oct6100ConfBridgeChanRemoveSer(
IN tPOCT6100_CONF_BRIDGE_CHAN_REMOVE f_pConfBridgeRemove )
{
UINT16 usBridgeIndex;
- UINT16 usChanIndex;
+ UINT16 usChanIndex = 0;
UINT16 usLoadEventIndex;
UINT16 usSubStoreEventIndex;
UINT16 usCopyEventIndex;