Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184130
b: refs/heads/master
c: a79e7ac
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Patrick McHardy committed Jan 11, 2010
1 parent bc13410 commit 21d7b63
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: c299bd53aa2616e6afc304b4f848186af3b3a881
refs/heads/master: a79e7ac4ad77e1833e8f69e99113204d03018255
2 changes: 1 addition & 1 deletion trunk/net/netfilter/ipvs/ip_vs_ftp.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static int ip_vs_ftp_out(struct ip_vs_app *app, struct ip_vs_conn *cp,
*/
from.ip = n_cp->vaddr.ip;
port = n_cp->vport;
sprintf(buf, "%d,%d,%d,%d,%d,%d", NIPQUAD(from.ip),
sprintf(buf, "%u,%u,%u,%u,%u,%u", NIPQUAD(from.ip),
(ntohs(port)>>8)&255, ntohs(port)&255);
buf_len = strlen(buf);

Expand Down

0 comments on commit 21d7b63

Please sign in to comment.