]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/blobdiff - ti/runtime/netapi/applications/ipsec_offload/ipsecmgr/src/netapilib_interface.c
DOCM00112138: Resolve issue with NETAPI ipsecmgr delete Sa interface API.
[keystone-rtos/netapi.git] / ti / runtime / netapi / applications / ipsec_offload / ipsecmgr / src / netapilib_interface.c
index 4af466e695e2b28427f2c7cc2200d011141ac40f..2cc63b265c1d85dd185919de055ad1146750d2c8 100755 (executable)
@@ -365,6 +365,7 @@ int netapilib_ifDeleteSA (ipsecmgr_fp_handle_t sa_handle)
             ipsecmgr_syslog_msg (SYSLOG_LEVEL_INFO,
                 "netapilib_ifDeleteSA: SP deleted: sp_app_id: 0x%x, slot: %d, error: %d\n", 
                 globalDB.rx_sa[slot].spAppId, slot, error);
+        }
             netapi_secDelSA(netapi_handle,
                         NETCP_CFG_NO_INTERFACE,
                         (NETCP_CFG_SA_T) sa_handle,
@@ -373,7 +374,7 @@ int netapilib_ifDeleteSA (ipsecmgr_fp_handle_t sa_handle)
                 "netapilib_ifDeleteSA: SA deleted: sa_app_id: 0x%x, slot: %d, error: %d\n", 
                 sa_handle, slot, error);
             
-        }
+        
     }
     else
     {