Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236580
b: refs/heads/master
c: 8aadf93
h: refs/heads/master
v: v3
  • Loading branch information
Simon Horman committed Nov 15, 2010
1 parent 4165c42 commit c9ea7ad
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: 7ae246a15a5c9d26cfb572d36794325db0400b18
refs/heads/master: 8aadf93c9c1ff1a53aafd18d038be0d709b5ebc0
2 changes: 1 addition & 1 deletion trunk/net/netfilter/ipvs/ip_vs_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ ip_vs_conn_fill_param_sync(int af, int protocol,
* Process received multicast message and create the corresponding
* ip_vs_conn entries.
*/
static void ip_vs_process_message(const char *buffer, const size_t buflen)
static void ip_vs_process_message(char *buffer, const size_t buflen)
{
struct ip_vs_sync_mesg *m = (struct ip_vs_sync_mesg *)buffer;
struct ip_vs_sync_conn *s;
Expand Down

0 comments on commit c9ea7ad

Please sign in to comment.