summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cesar/cp2/beacon/src/bentry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/cp2/beacon/src/bentry.c b/cesar/cp2/beacon/src/bentry.c
index c66c004f11..e4190660f3 100644
--- a/cesar/cp2/beacon/src/bentry.c
+++ b/cesar/cp2/beacon/src/bentry.c
@@ -73,7 +73,7 @@ cp_beacon_bentry_mgr_countdown (cp_t *ctx)
{
ctx->beacon.bentry.snid_cd --;
if (ctx->beacon.bentry.snid_cd == 0)
- cp_sta_mgr_update_our_avln_snid(ctx, ctx->beacon.bentry.snid_new);
+ cp_sta_mgr_update_our_avln_snid(ctx, ctx->beacon.bentry.snid_new);
}
}
@@ -94,7 +94,7 @@ cp_beacon_bentry_mgr_beacon_read (cp_t *ctx, cp_beacon_desc_t * beacon)
bentry.read_write = CP_BEACON_BENTRY_READ;
bentry.bentry_addr = beacon->payload->bmis;
-
+
//TODO Define what is really need in the bentries.
}