commit | 670c54083aa6e0eeefda1c4b307a91679b577664 | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Sun Apr 17 10:29:16 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Tue May 10 16:03:47 2011 -0400 |
tree | 615cb4934f7cbb1f448d9d9097f45438e6515680 | |
parent | 7775bcc722ed9993e83401fee9c14008843b83c7 [diff] |
tipc: Don't initialize link selector field in fragmented messages Eliminates code that sets the link selector field in the header of fragmented messages, since this information is never referenced. (The unnecessary initialization was harmless as it was over-written by the fragmented message identifier value before the fragments were transmitted.) Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>