summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTinku Mannan2015-08-07 12:07:22 -0500
committerTinku Mannan2015-08-07 12:07:22 -0500
commit8180b61615965954eaaedc26053f9a8939d9a273 (patch)
tree5831a3a07129f6e5a85b197f2a42ab167f4b9c12
parentb69b93375e254635a9a5fea909e67c529a202119 (diff)
downloadhplib-8180b61615965954eaaedc26053f9a8939d9a273.tar.gz
hplib-8180b61615965954eaaedc26053f9a8939d9a273.tar.xz
hplib-8180b61615965954eaaedc26053f9a8939d9a273.zip
Sync with latest NWAL-LLD
-rw-r--r--[-rwxr-xr-x]ti/runtime/netapi/src/netapi_sec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ti/runtime/netapi/src/netapi_sec.c b/ti/runtime/netapi/src/netapi_sec.c
index 2ebe700..cd936be 100755..100644
--- a/ti/runtime/netapi/src/netapi_sec.c
+++ b/ti/runtime/netapi/src/netapi_sec.c
@@ -205,7 +205,7 @@ NETCP_CFG_SA_T netapi_secAddSAInternal(NETAPI_T h,
205 memcpy(&saInfo.dst, &sa_info->dst, sizeof( nwalIpAddr_t)); 205 memcpy(&saInfo.dst, &sa_info->dst, sizeof( nwalIpAddr_t));
206 memcpy(&saInfo.src, &sa_info->src, sizeof( nwalIpAddr_t)); 206 memcpy(&saInfo.src, &sa_info->src, sizeof( nwalIpAddr_t));
207 saInfo.proto = sa_info->proto; 207 saInfo.proto = sa_info->proto;
208 createParam.handle = handle; 208 createParam.h.handle = handle;
209 createParam.ipType = sa_info->ipType; 209 createParam.ipType = sa_info->ipType;
210 createParam.saIpSecParam.dir = sa_info->dir; 210 createParam.saIpSecParam.dir = sa_info->dir;
211 createParam.saIpSecParam.saMode = sa_info->saMode; 211 createParam.saIpSecParam.saMode = sa_info->saMode;