diff options
Diffstat (limited to 'net/tipc/port.c')
| -rw-r--r-- | net/tipc/port.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tipc/port.c b/net/tipc/port.c index bb9404661df3..66caca7abe92 100644 --- a/net/tipc/port.c +++ b/net/tipc/port.c | |||
| @@ -1234,7 +1234,8 @@ int tipc_connect2port(u32 ref, struct tipc_portid const *peer) | |||
| 1234 | p_ptr->publ.connected = 1; | 1234 | p_ptr->publ.connected = 1; |
| 1235 | k_start_timer(&p_ptr->timer, p_ptr->probing_interval); | 1235 | k_start_timer(&p_ptr->timer, p_ptr->probing_interval); |
| 1236 | 1236 | ||
| 1237 | nodesub_subscribe(&p_ptr->subscription,peer->node, (void *)ref, | 1237 | nodesub_subscribe(&p_ptr->subscription,peer->node, |
| 1238 | (void *)(unsigned long)ref, | ||
| 1238 | (net_ev_handler)port_handle_node_down); | 1239 | (net_ev_handler)port_handle_node_down); |
| 1239 | res = TIPC_OK; | 1240 | res = TIPC_OK; |
| 1240 | exit: | 1241 | exit: |
