Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327853
b: refs/heads/master
c: 0edd948
h: refs/heads/master
i:
  327851: e424828
v: v3
  • Loading branch information
Wei Yongjun authored and Pablo Neira Ayuso committed Sep 10, 2012
1 parent a4f1467 commit 26cee4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: a67299556ea1aa56daaeb985fd32295dacecba1a
refs/heads/master: 0edd94887d19ad73539477395c17ea0d6898947a
3 changes: 1 addition & 2 deletions trunk/net/netfilter/ipvs/ip_vs_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,7 @@ static int ip_vs_rs_unhash(struct ip_vs_dest *dest)
* Remove it from the rs_table table.
*/
if (!list_empty(&dest->d_list)) {
list_del(&dest->d_list);
INIT_LIST_HEAD(&dest->d_list);
list_del_init(&dest->d_list);
}

return 1;
Expand Down

0 comments on commit 26cee4c

Please sign in to comment.