Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214380
b: refs/heads/master
c: a63273d
h: refs/heads/master
v: v3
  • Loading branch information
Andy Grover committed Sep 9, 2010
1 parent a254b13 commit ab03251
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: f4dd96f7b27743e568cec519eff0f951c56833c6
refs/heads/master: a63273d4992603979ddb181b6a8f07082839b39f
2 changes: 1 addition & 1 deletion trunk/net/rds/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ void rds_send_remove_from_sock(struct list_head *messages, int status)
rds_send_sndbuf_remove(rs, rm);

if (ro->r_active && ro->r_notifier &&
(status || ro->r_notify)) {
(ro->r_notify || (ro->r_recverr && status))) {
notifier = ro->r_notifier;
list_add_tail(&notifier->n_list,
&rs->rs_notify_queue);
Expand Down

0 comments on commit ab03251

Please sign in to comment.