Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111583
b: refs/heads/master
c: cd9fe6c
h: refs/heads/master
i:
  111581: 2b8c66c
  111579: 6c3adf7
  111575: 2c6cbc4
  111567: 0da4646
  111551: 50513f2
v: v3
  • Loading branch information
Sven Wegener authored and Simon Horman committed Sep 7, 2008
1 parent 7342b5b commit 52b50f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f2428ed5e7bc89c7716ead22748cb5d076e204f0
refs/heads/master: cd9fe6c4f0afe334862c871bf5d32770daa748ec
6 changes: 3 additions & 3 deletions trunk/net/ipv4/ipvs/ip_vs_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,11 @@ static void ip_vs_process_message(const char *buffer, const size_t buflen)
flags &= ~IP_VS_CONN_F_INACTIVE;
}
cp = ip_vs_conn_new(AF_INET, s->protocol,
(union nf_inet_addr *)s->caddr,
(union nf_inet_addr *)&s->caddr,
s->cport,
(union nf_inet_addr *)s->vaddr,
(union nf_inet_addr *)&s->vaddr,
s->vport,
(union nf_inet_addr *)s->daddr,
(union nf_inet_addr *)&s->daddr,
s->dport,
flags, dest);
if (dest)
Expand Down

0 comments on commit 52b50f0

Please sign in to comment.