Committing minor changes (comments only) as an exercise in contributing..

This commit is contained in:
ekh
2015-09-26 19:45:56 +00:00
parent ec581ace70
commit 38a723bafb
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ int npdu_decode(
/* Bit 3: Source specifier where: */
/* 0 = SNET, SLEN, and SADR absent */
/* 1 = SNET, SLEN, and SADR present */
/* SLEN = 0 Invalid */
/* SLEN = 0 Invalid todo Steve: immediately below src->len == broadcast case, surely then this comment is incorrect? */
/* SLEN > 0 specifies length of SADR field */
if (npdu[1] & BIT3) {
len += decode_unsigned16(&npdu[len], &src_net);