Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215453
b: refs/heads/master
c: 26c15cf
h: refs/heads/master
i:
  215451: 5736c69
v: v3
  • Loading branch information
Julian Anastasov authored and Patrick McHardy committed Sep 21, 2010
1 parent 89ab8b5 commit 389d666
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 155 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: 99f07e91bef34db0fc8b1a224096e97f02dc0d56
refs/heads/master: 26c15cfd291f8b4ee40b4bbdf5e3772adfd704f5
6 changes: 3 additions & 3 deletions trunk/net/netfilter/ipvs/ip_vs_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ ip_vs_app_inc_new(struct ip_vs_app *app, __u16 proto, __u16 port)
goto out;

list_add(&inc->a_list, &app->incs_list);
IP_VS_DBG(9, "%s application %s:%u registered\n",
pp->name, inc->name, inc->port);
IP_VS_DBG(9, "%s App %s:%u registered\n",
pp->name, inc->name, ntohs(inc->port));

return 0;

Expand All @@ -130,7 +130,7 @@ ip_vs_app_inc_release(struct ip_vs_app *inc)
pp->unregister_app(inc);

IP_VS_DBG(9, "%s App %s:%u unregistered\n",
pp->name, inc->name, inc->port);
pp->name, inc->name, ntohs(inc->port));

list_del(&inc->a_list);

Expand Down
Loading

0 comments on commit 389d666

Please sign in to comment.