Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195022
b: refs/heads/master
c: 9ccc2eb
h: refs/heads/master
v: v3
  • Loading branch information
Allan Stephens authored and David S. Miller committed May 13, 2010
1 parent ab2bb16 commit deb8b3a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 289464e4fc2ebdef20be5f6b58414136f75107e2
refs/heads/master: 9ccc2eb4e12a39bd8430952b76c56c6267018500
4 changes: 2 additions & 2 deletions trunk/net/tipc/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ int tipc_forward2name(u32 ref,
struct port *p_ptr;
struct tipc_msg *msg;
u32 destnode = domain;
u32 destport = 0;
u32 destport;
int res;

p_ptr = tipc_port_deref(ref);
Expand Down Expand Up @@ -1524,7 +1524,7 @@ int tipc_forward_buf2name(u32 ref,
struct port *p_ptr;
struct tipc_msg *msg;
u32 destnode = domain;
u32 destport = 0;
u32 destport;
int res;

p_ptr = (struct port *)tipc_ref_deref(ref);
Expand Down

0 comments on commit deb8b3a

Please sign in to comment.