Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314303
b: refs/heads/master
c: 1a5852d
h: refs/heads/master
i:
  314301: 43d1086
  314299: 96310ac
  314295: 898e151
  314287: 3c0c869
  314271: 6e86f44
  314239: af1c118
v: v3
  • Loading branch information
Al Viro authored and Antonio Quartulli committed Jun 18, 2012
1 parent 7e96205 commit e03382c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 08ad76ecc9f7f02cbe6ccbaa4abc9e9f193ed0e4
refs/heads/master: 1a5852d81a664e5a6456f82dff6f31b06dc2bede
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/bridge_loop_avoidance.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ static void bla_send_announce(struct bat_priv *bat_priv,

memcpy(mac, announce_mac, 4);
crc = htons(backbone_gw->crc);
memcpy(&mac[4], (uint8_t *)&crc, 2);
memcpy(&mac[4], &crc, 2);

bla_send_claim(bat_priv, mac, backbone_gw->vid, CLAIM_TYPE_ANNOUNCE);

Expand Down

0 comments on commit e03382c

Please sign in to comment.