mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Remove superflous &
Gulm clvmd no longer hangs trying to talk to a rebooted node.
This commit is contained in:
parent
c9f9a8b2b3
commit
4e224cf079
@ -1,6 +1,7 @@
|
||||
Version 2.01.03 -
|
||||
===================================
|
||||
clvmd announces startup and cluster connection in syslog.
|
||||
Gulm clvmd doesn't hang trying to talk to a rebooted node.
|
||||
|
||||
Version 2.01.02 - 21st January 2005
|
||||
===================================
|
||||
|
@ -358,7 +358,7 @@ static struct node_info *add_or_set_node(char *name, struct in6_addr *ip, uint8_
|
||||
}
|
||||
}
|
||||
|
||||
set_node_state(ninfo, (char *)&ip, state);
|
||||
set_node_state(ninfo, (char *)ip, state);
|
||||
|
||||
return ninfo;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user