Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255912
b: refs/heads/master
c: 76d1252
h: refs/heads/master
v: v3
  • Loading branch information
Allan Stephens authored and Paul Gortmaker committed Jun 24, 2011
1 parent a1d6014 commit 5f4e93c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: acc631bf6f597b36f3f014e12e69c710da610027
refs/heads/master: 76d12527f74ad1b42b068252fdd2056c8ae48a99
6 changes: 6 additions & 0 deletions trunk/net/tipc/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,12 @@ int tipc_reject_msg(struct sk_buff *buf, u32 err)
imp++;

/* discard rejected message if it shouldn't be returned to sender */

if (WARN(!msg_isdata(msg),
"attempt to reject message with user=%u", msg_user(msg))) {
dump_stack();
goto exit;
}
if (msg_errcode(msg) || msg_dest_droppable(msg))
goto exit;

Expand Down

0 comments on commit 5f4e93c

Please sign in to comment.