diff options
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r-- | net/tipc/node.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index 3af53e327f49..e4dba1dfb6ea 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * net/tipc/node.c: TIPC node management routines | 2 | * net/tipc/node.c: TIPC node management routines |
3 | * | 3 | * |
4 | * Copyright (c) 2000-2006, Ericsson AB | 4 | * Copyright (c) 2000-2006, Ericsson AB |
5 | * Copyright (c) 2005-2006, Wind River Systems | 5 | * Copyright (c) 2005-2006, 2010-2011, Wind River Systems |
6 | * All rights reserved. | 6 | * All rights reserved. |
7 | * | 7 | * |
8 | * Redistribution and use in source and binary forms, with or without | 8 | * Redistribution and use in source and binary forms, with or without |
@@ -238,7 +238,7 @@ struct tipc_node *tipc_node_attach_link(struct link *l_ptr) | |||
238 | return n_ptr; | 238 | return n_ptr; |
239 | } | 239 | } |
240 | err("Attempt to establish second link on <%s> to %s\n", | 240 | err("Attempt to establish second link on <%s> to %s\n", |
241 | l_ptr->b_ptr->publ.name, | 241 | l_ptr->b_ptr->name, |
242 | tipc_addr_string_fill(addr_string, l_ptr->addr)); | 242 | tipc_addr_string_fill(addr_string, l_ptr->addr)); |
243 | } | 243 | } |
244 | return NULL; | 244 | return NULL; |