summaryrefslogtreecommitdiff
path: root/cesar/cp/sta/mgr/src/sta_own_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/sta/mgr/src/sta_own_data.c')
-rw-r--r--cesar/cp/sta/mgr/src/sta_own_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/cp/sta/mgr/src/sta_own_data.c b/cesar/cp/sta/mgr/src/sta_own_data.c
index 26d3fb12da..bca8688a1f 100644
--- a/cesar/cp/sta/mgr/src/sta_own_data.c
+++ b/cesar/cp/sta/mgr/src/sta_own_data.c
@@ -524,7 +524,7 @@ cp_sta_own_data_set_nid (cp_t *ctx, cp_nid_t nid)
/* Change the Security Level. */
cp_sta_own_data_set_security_level (ctx, nid >> (HPAV_NID_SIZE_BITS - 2));
- bsu_update_nid (nid);
+ bsu_update_nid (ctx->bsu, nid);
}
/**